From 37ad341f9192c718c12a1f7cbde52a1aef303ff9 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 20 Jan 2020 11:09:05 -0500 Subject: [PATCH] Add short version flag --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index d7a43ad..eb1ddd9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,6 +7,7 @@ fn main() -> SassResult<()> { let matches = App::new("grass") .version(env!("CARGO_PKG_VERSION")) .about("SCSS Compiler in rust") + .version_short("v") .arg( Arg::with_name("stdin") .long("stdin")