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 my-app -n"__fish_use_subcommand"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
6
7
complete-c my-app -n"__fish_seen_subcommand_from test"-s d
7
8
complete-c my-app -n"__fish_seen_subcommand_from test"-s c
8
9
complete-c my-app -n"__fish_seen_subcommand_from test"-s h -lhelp-d'Print help'
9
-
complete-c my-app -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"test"-d'Subcommand'
10
+
complete-c my-app -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"test"-d'Subcommand
11
+
with a second line'
10
12
complete-c my-app -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
complete-c bin-name -n"__fish_use_subcommand"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
6
7
complete-c bin-name -n"__fish_seen_subcommand_from test"-s d
7
8
complete-c bin-name -n"__fish_seen_subcommand_from test"-s c
8
9
complete-c bin-name -n"__fish_seen_subcommand_from test"-s h -lhelp-d'Print help'
9
-
complete-c bin-name -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"test"-d'Subcommand'
10
+
complete-c bin-name -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"test"-d'Subcommand
11
+
with a second line'
10
12
complete-c bin-name -n"__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from test; and not __fish_seen_subcommand_from help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'
0 commit comments