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 45cbef5..53fee06 100644 --- a/src/bin/ngit/main.rs +++ b/src/bin/ngit/main.rs | |||
| @@ -18,6 +18,7 @@ async fn main() -> Result<()> { | |||
| 18 | Commands::Fetch(args) => sub_commands::fetch::launch(&cli, args).await, | 18 | Commands::Fetch(args) => sub_commands::fetch::launch(&cli, args).await, |
| 19 | Commands::Login(args) => sub_commands::login::launch(&cli, args).await, | 19 | Commands::Login(args) => sub_commands::login::launch(&cli, args).await, |
| 20 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, | 20 | Commands::Init(args) => sub_commands::init::launch(&cli, args).await, |
| 21 | Commands::ExportKeys => sub_commands::export_keys::launch().await, | ||
| 21 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, | 22 | Commands::Send(args) => sub_commands::send::launch(&cli, args, false).await, |
| 22 | Commands::List => sub_commands::list::launch().await, | 23 | Commands::List => sub_commands::list::launch().await, |
| 23 | Commands::Pull => sub_commands::pull::launch().await, | 24 | Commands::Pull => sub_commands::pull::launch().await, |