From 5e2c438dabc74d7e87fad46c725501753a0a8a26 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Tue, 18 Oct 2022 09:50:22 +0100 Subject: Upgrade clap (#568) --- src/command/client/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/client/stats.rs') diff --git a/src/command/client/stats.rs b/src/command/client/stats.rs index 157496de..a00eb369 100644 --- a/src/command/client/stats.rs +++ b/src/command/client/stats.rs @@ -13,7 +13,7 @@ use atuin_client::{ }; #[derive(Parser)] -#[clap(infer_subcommands = true)] +#[command(infer_subcommands = true)] pub struct Cmd { /// compute statistics for the specified period, leave blank for statistics since the beginning period: Vec, -- cgit v1.3.1