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-x-c greet -n'__fish_seen_subcommand_from config c; and not __fish_seen_subcommand_from sub-config s ss'-a'sub-config'-d'another usage test'
20
+
complete-c greet -n'__fish_seen_subcommand_from config c'-f-lhelp-s h -d'show help'
21
+
complete-x-c greet -n'__fish_seen_subcommand_from config c; and not __fish_seen_subcommand_from sub-config s ss help h'-a'sub-config'-d'another usage test'
21
22
complete-c greet -n'__fish_seen_subcommand_from sub-config s ss'-f-l sub-flag -s sub-fl -s s -r
22
23
complete-c greet -n'__fish_seen_subcommand_from sub-config s ss'-f-l sub-command-flag -s s -d'some usage text'
24
+
complete-c greet -n'__fish_seen_subcommand_from sub-config s ss'-f-lhelp-s h -d'show help'
25
+
complete-x-c greet -n'__fish_seen_subcommand_from sub-config s ss; and not __fish_seen_subcommand_from help h'-a'help'-d'Shows a list of commands or help for one command'
26
+
complete-x-c greet -n'__fish_seen_subcommand_from config c; and not __fish_seen_subcommand_from sub-config s ss help h'-a'help'-d'Shows a list of commands or help for one command'
complete-c greet -n'__fish_seen_subcommand_from info i in'-f-lhelp-s h -d'show help'
29
+
complete-x-c greet -n'__fish_seen_subcommand_from info i in; and not __fish_seen_subcommand_from help h'-a'help'-d'Shows a list of commands or help for one command'
complete-c greet -n'__fish_seen_subcommand_from some-command'-f-lhelp-s h -d'show help'
32
+
complete-x-c greet -n'__fish_seen_subcommand_from some-command; and not __fish_seen_subcommand_from help h'-a'help'-d'Shows a list of commands or help for one command'
complete-c greet -n'__fish_seen_subcommand_from hidden-command'-f-lhelp-s h -d'show help'
35
+
complete-x-c greet -n'__fish_seen_subcommand_from hidden-command; and not __fish_seen_subcommand_from help h'-a'help'-d'Shows a list of commands or help for one command'
complete-x-c greet -n'__fish_seen_subcommand_from usage u; and not __fish_seen_subcommand_from sub-usage su'-a'sub-usage'-d'standard usage text'
39
+
complete-c greet -n'__fish_seen_subcommand_from usage u'-f-lhelp-s h -d'show help'
40
+
complete-x-c greet -n'__fish_seen_subcommand_from usage u; and not __fish_seen_subcommand_from sub-usage su help h'-a'sub-usage'-d'standard usage text'
complete-c greet -n'__fish_seen_subcommand_from sub-usage su'-f-lhelp-s h -d'show help'
43
+
complete-x-c greet -n'__fish_seen_subcommand_from sub-usage su; and not __fish_seen_subcommand_from help h'-a'help'-d'Shows a list of commands or help for one command'
44
+
complete-x-c greet -n'__fish_seen_subcommand_from usage u; and not __fish_seen_subcommand_from sub-usage su help h'-a'help'-d'Shows a list of commands or help for one command'
0 commit comments