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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 48f42de3..02edf337 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ */target .env .idea/ +.vscode/ -- cgit v1.3.1