diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-10-18 09:50:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 09:50:22 +0100 |
| commit | 5e2c438dabc74d7e87fad46c725501753a0a8a26 (patch) | |
| tree | c6e1b3aea892e7150cd1d94bd13c68ee2efcea42 /src/command/client/stats.rs | |
| parent | Add message begging for help lol 🐢 (#569) (diff) | |
| download | atuin-5e2c438dabc74d7e87fad46c725501753a0a8a26.zip | |
Upgrade clap (#568)
Diffstat (limited to '')
| -rw-r--r-- | src/command/client/stats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<String>, |
