You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-c exhaustive -n"__fish_exhaustive_using_subcommand global; and __fish_seen_subcommand_from help"-f-a"two"
56
60
complete-c exhaustive -n"__fish_exhaustive_using_subcommand global; and __fish_seen_subcommand_from help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
complete-c exhaustive -n"__fish_exhaustive_using_subcommand action"-s h -lhelp-d'Print help'
62
-
complete-c exhaustive -n"__fish_exhaustive_using_subcommand quote; and not __fish_seen_subcommand_from cmd-single-quotes cmd-double-quotes cmd-backticks cmd-backslash cmd-brackets cmd-expansions escape-help help"-l choice -r-f-a"{another shell\t'something with a space',bash\t'bash (shell)',fish\t'fish shell',zsh\t'zsh shell'}"
67
+
complete-c exhaustive -n"__fish_exhaustive_using_subcommand quote; and not __fish_seen_subcommand_from cmd-single-quotes cmd-double-quotes cmd-backticks cmd-backslash cmd-brackets cmd-expansions escape-help help"-l choice -r-f-a"another shell\t'something with a space'
68
+
bash\t'bash (shell)'
69
+
fish\t'fish shell'
70
+
zsh\t'zsh shell'"
63
71
complete-c exhaustive -n"__fish_exhaustive_using_subcommand quote; and not __fish_seen_subcommand_from cmd-single-quotes cmd-double-quotes cmd-backticks cmd-backslash cmd-brackets cmd-expansions escape-help help"-l single-quotes -d'Can be \'always\', \'auto\', or \'never\''
64
72
complete-c exhaustive -n"__fish_exhaustive_using_subcommand quote; and not __fish_seen_subcommand_from cmd-single-quotes cmd-double-quotes cmd-backticks cmd-backslash cmd-brackets cmd-expansions escape-help help"-l double-quotes -d'Can be "always", "auto", or "never"'
65
73
complete-c exhaustive -n"__fish_exhaustive_using_subcommand quote; and not __fish_seen_subcommand_from cmd-single-quotes cmd-double-quotes cmd-backticks cmd-backslash cmd-brackets cmd-expansions escape-help help"-l backticks -d'For more information see `echo test`'
@@ -107,7 +115,9 @@ complete -c exhaustive -n "__fish_exhaustive_using_subcommand last" -s h -l help
107
115
complete-c exhaustive -n"__fish_exhaustive_using_subcommand alias"-s o -s O -l option -l opt -d'cmd option'-r
108
116
complete-c exhaustive -n"__fish_exhaustive_using_subcommand alias"-s f -s F -l flag -l flg -d'cmd flag'
109
117
complete-c exhaustive -n"__fish_exhaustive_using_subcommand alias"-s h -lhelp-d'Print help'
Copy file name to clipboardExpand all lines: clap_complete/tests/snapshots/sub_subcommands.fish
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ complete -c my-app -n "__fish_my_app_using_subcommand some_cmd; and not __fish_s
38
38
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and not __fish_seen_subcommand_from sub_cmd help"-s V -l version -d'Print version'
39
39
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and not __fish_seen_subcommand_from sub_cmd help"-f-a"sub_cmd"-d'sub-subcommand'
40
40
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and not __fish_seen_subcommand_from sub_cmd help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
41
-
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and __fish_seen_subcommand_from sub_cmd"-l config -d'the other case to test'-r-f-a"{Lest quotes\, aren\'t escaped.\t'help,with,comma',Second to trigger display of options\t''}"
41
+
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and __fish_seen_subcommand_from sub_cmd"-l config -d'the other case to test'-r-f-a"Lest quotes\, aren\'t escaped.\t'help,with,comma'
42
+
Second to trigger display of options\t''"
42
43
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and __fish_seen_subcommand_from sub_cmd"-s h -lhelp-d'Print help (see more with \'--help\')'
43
44
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and __fish_seen_subcommand_from sub_cmd"-s V -l version -d'Print version'
44
45
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd; and __fish_seen_subcommand_from help"-f-a"sub_cmd"-d'sub-subcommand'
@@ -47,7 +48,8 @@ complete -c my-app -n "__fish_my_app_using_subcommand some_cmd_alias; and not __
47
48
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and not __fish_seen_subcommand_from sub_cmd help"-s V -l version -d'Print version'
48
49
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and not __fish_seen_subcommand_from sub_cmd help"-f-a"sub_cmd"-d'sub-subcommand'
49
50
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and not __fish_seen_subcommand_from sub_cmd help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
50
-
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and __fish_seen_subcommand_from sub_cmd"-l config -d'the other case to test'-r-f-a"{Lest quotes\, aren\'t escaped.\t'help,with,comma',Second to trigger display of options\t''}"
51
+
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and __fish_seen_subcommand_from sub_cmd"-l config -d'the other case to test'-r-f-a"Lest quotes\, aren\'t escaped.\t'help,with,comma'
52
+
Second to trigger display of options\t''"
51
53
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and __fish_seen_subcommand_from sub_cmd"-s h -lhelp-d'Print help (see more with \'--help\')'
52
54
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and __fish_seen_subcommand_from sub_cmd"-s V -l version -d'Print version'
53
55
complete-c my-app -n"__fish_my_app_using_subcommand some_cmd_alias; and __fish_seen_subcommand_from help"-f-a"sub_cmd"-d'sub-subcommand'
0 commit comments