aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/import.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/client/import.rs')
-rw-r--r--src/command/client/import.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/client/import.rs b/src/command/client/import.rs
index 60fd536d..b0375acd 100644
--- a/src/command/client/import.rs
+++ b/src/command/client/import.rs
@@ -14,7 +14,7 @@ use atuin_client::{
};
#[derive(Parser)]
-#[clap(infer_subcommands = true)]
+#[command(infer_subcommands = true)]
pub enum Cmd {
/// Import history for the current shell
Auto,