Skip to content

Commit cdb33b6

Browse files
committed
test(complete): Adjust bash snapshot
1 parent 6e1e754 commit cdb33b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clap_complete/tests/snapshots/two_multi_valued_arguments.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_my-app() {
2-
local i cur prev opts cmds
2+
local i cur prev opts cmd
33
COMPREPLY=()
44
cur="${COMP_WORDS[COMP_CWORD]}"
55
prev="${COMP_WORDS[COMP_CWORD-1]}"

0 commit comments

Comments
 (0)