From 4a839dab444d1ceccaeca42a2c4c3594281ee22a Mon Sep 17 00:00:00 2001 From: Satyarth Sampath Date: Tue, 3 May 2022 20:19:27 +0530 Subject: Adds stats summary (#384) * stat command parsing is handled without subcommands * Updates match clause based on PR review Co-authored-by: Conrad Ludgate * updates value returned by match based on PR review * adds vscode to gitignore * use an if statement instead of match Co-authored-by: Satyarth Co-authored-by: Conrad Ludgate --- src/command/client.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command/client.rs') diff --git a/src/command/client.rs b/src/command/client.rs index 80316ed9..c75872aa 100644 --- a/src/command/client.rs +++ b/src/command/client.rs @@ -29,7 +29,6 @@ pub enum Cmd { Import(import::Cmd), /// Calculate statistics for your history - #[clap(subcommand)] Stats(stats::Cmd), /// Output shell setup -- cgit v1.3.1