diff options
Diffstat (limited to 'src/bin/ngit/main.rs')
| -rw-r--r-- | src/bin/ngit/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/main.rs b/src/bin/ngit/main.rs index f896e97..f07203a 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -32,6 +32,7 @@ async fn main() -> Result<()> { | |||
| 32 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, | 32 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, |
| 33 | Commands::List => sub_commands::list::launch().await, | 33 | Commands::List => sub_commands::list::launch().await, |
| 34 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, | 34 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, |
| 35 | Commands::Sync(args) => sub_commands::sync::launch(args).await, | ||
| 35 | } | 36 | } |
| 36 | } else { | 37 | } else { |
| 37 | // Handle the case where no command is provided | 38 | // Handle the case where no command is provided |