Commit Graph

7 Commits

Author SHA1 Message Date
ozzy a781b75ed6 chore(cli): add descriptions to cli
added descriptions to subcommands and args
2026-09-01 18:51:43 -05:00
ozzy 15013dd8b5 refactor(cli): clean up code
cleared out main
moved subcommand handling to a method on each arg struct
moved from many, many expects to returning errors
2026-09-01 18:42:50 -05:00
ozzy 95347aebb6 feat(cli): add "current"
allow viewing of current git user
todo: clean up the awful code in main
2026-09-01 17:43:19 -05:00
ozzy 7ed681532c feat(cli): add remove
added "remove" and added check to prevent duplicate profiles
2026-09-01 16:57:02 -05:00
ozzy 2be76c5f65 feat(cli): add functionality to cli
added implementations of "add" "use" and "list"
2026-09-01 16:47:46 -05:00
ozzy 029fc48b53 feat(cli): block out cli
blocked out the args and commands that will be implemented later
2026-08-31 14:48:08 -05:00
ozzy cfc636fb5a initial commit
initialize cargo, just, and dependencies
2026-08-31 14:27:25 -05:00