Skip to content

Commit 3c9db12

Browse files
authored
Add version flag to cli (parcel-bundler#284)
1 parent 84298d2 commit 3c9db12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::{ffi, fs, io, path, path::Path};
1212
static GLOBAL: jemallocator::Jemalloc = jemallocator::Jemalloc;
1313

1414
#[derive(Parser, Debug)]
15-
#[clap(author, about, long_about = None)]
15+
#[clap(author, version, about, long_about = None)]
1616
struct CliArgs {
1717
/// Target CSS file
1818
#[clap(value_parser)]

0 commit comments

Comments
 (0)