diff options
Diffstat (limited to 'src/bin/ngit/main.rs')
| -rw-r--r-- | src/bin/ngit/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs index 8f3b0da..6a5a8f0 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -48,6 +48,9 @@ async fn main() { | |||
| 48 | AccountCommands::Create(sub_args) => { | 48 | AccountCommands::Create(sub_args) => { |
| 49 | sub_commands::create::launch(&cli, sub_args).await | 49 | sub_commands::create::launch(&cli, sub_args).await |
| 50 | } | 50 | } |
| 51 | AccountCommands::Whoami(sub_args) => { | ||
| 52 | sub_commands::whoami::launch(&cli, sub_args).await | ||
| 53 | } | ||
| 51 | }, | 54 | }, |
| 52 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, | 55 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, |
| 53 | Commands::Repo(args) => { | 56 | Commands::Repo(args) => { |