Skip to content

Commit d3a27a5

Browse files
committed
test(sample): clap
1 parent 5482508 commit d3a27a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sample.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ pub static PUB_CONST: i8 = 3;
8585

8686
// Structs {{{
8787
struct Struct {
88+
#[clap(action, groups = &["foo", "bar"], long, short)]
8889
private_field: isize,
8990
pub pub_field: ThisType,
9091
// foo

0 commit comments

Comments
 (0)