Commit graph

12 commits

Author SHA1 Message Date
Aadi Desai cfc4abbab4
Move commands from cli to commands submodule 2023-05-08 22:43:41 +01:00
Aadi Desai 9910c3f8bf
Add changelog, unreleased section to be completed 2023-04-25 00:52:42 +01:00
Aadi Desai 6540c41f1f
Move commands into separate submodules
Submodules are located under commands module
2023-04-25 00:52:06 +01:00
Aadi Desai aba80284d3
Add cSpell dictionary to avoid typos in comments 2023-04-25 00:44:25 +01:00
Aadi Desai db1688d937
Add remaining command structure
Some fields are incomplete / types can be updated
2023-04-23 22:36:10 +01:00
Aadi Desai d4bed3b436
Add basic command structure and options for account
Include demo comments that are used by Clap in help messages
2023-04-23 00:56:51 +01:00
Aadi Desai 9c96dc9108
Print API key only when verbose flag given 2023-04-22 18:49:03 +01:00
Aadi Desai 4d2f326837
Add exit to auth flow and rename username to name 2023-04-22 18:47:12 +01:00
Aadi Desai 3316f6d8f0
Move saving api key to function 2023-04-22 18:37:06 +01:00
Aadi Desai 168f90b9a8
Move Cli and Commands definitions into cli module 2023-04-22 18:16:07 +01:00
Aadi Desai 2d29a930af
Working retrieval and saving of config file
Only tested on Windows so far
2023-04-22 02:11:07 +01:00
Aadi Desai 4fbb975d6e
Initial commit, change to v0.2.0
Includes base readme, license, cargo config and main file
2023-04-14 20:48:36 +01:00