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