119625d8cSopenharmony_cicomplete -c my-app -n "__fish_use_subcommand" -s c
219625d8cSopenharmony_cicomplete -c my-app -n "__fish_use_subcommand" -s v
319625d8cSopenharmony_cicomplete -c my-app -n "__fish_use_subcommand" -s h -l help -d 'Print help'
419625d8cSopenharmony_cicomplete -c my-app -n "__fish_use_subcommand" -f -a "test" -d 'Subcommand'
519625d8cSopenharmony_cicomplete -c my-app -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
619625d8cSopenharmony_cicomplete -c my-app -n "__fish_seen_subcommand_from test" -s d
719625d8cSopenharmony_cicomplete -c my-app -n "__fish_seen_subcommand_from test" -s c
819625d8cSopenharmony_cicomplete -c my-app -n "__fish_seen_subcommand_from test" -s h -l help -d 'Print help'
919625d8cSopenharmony_cicomplete -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'
1019625d8cSopenharmony_cicomplete -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)'
11