Commit graph

7 commits

Author SHA1 Message Date
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