Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Mar 28, 2020
1 parent 2fdcf30 commit e7c4a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ function _example__action {
"(-u --users)"{-u,--users}"[users flag]: :_users" \
"(-v --values)"{-v,--values}"[values flag]: :_values '' values example" \
"(-d --values_described)"{-d,--values_described}"[values with description flag]: :_values '' 'values[valueDescription]' 'example[exampleDescription]' " \
"*::arg:->args"
"1:: :_values '' positional1 p1" \
"2:: :_values '' positional2 p2"
}
function _example__callback {
Expand Down

0 comments on commit e7c4a64

Please sign in to comment.