Add short version flag
This commit is contained in:
parent
058772edb4
commit
37ad341f91
@ -7,6 +7,7 @@ fn main() -> SassResult<()> {
|
|||||||
let matches = App::new("grass")
|
let matches = App::new("grass")
|
||||||
.version(env!("CARGO_PKG_VERSION"))
|
.version(env!("CARGO_PKG_VERSION"))
|
||||||
.about("SCSS Compiler in rust")
|
.about("SCSS Compiler in rust")
|
||||||
|
.version_short("v")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("stdin")
|
Arg::with_name("stdin")
|
||||||
.long("stdin")
|
.long("stdin")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user