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 b6b51d0..2c9e10f 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -53,6 +53,7 @@ async fn main() { | |||
| 53 | } | 53 | } |
| 54 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, | 54 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, |
| 55 | Commands::Sync(args) => sub_commands::sync::launch(args).await, | 55 | Commands::Sync(args) => sub_commands::sync::launch(args).await, |
| 56 | Commands::Checkout { id } => sub_commands::checkout::launch(id).await, | ||
| 56 | } | 57 | } |
| 57 | } else { | 58 | } else { |
| 58 | // Handle the case where no command is provided | 59 | // Handle the case where no command is provided |