complete-c my-app -n"__fish_my_app_needs_command"-a"help"-d'Print this message or the help of the given subcommand(s)'
complete-c my-app -n"__fish_my_app_using_subcommand foo"-s h -lhelp-d'Print help'
complete-c my-app -n"__fish_my_app_using_subcommand bar"-s h -lhelp-d'Print help'
complete-c my-app -n"__fish_my_app_using_subcommand help; and not __fish_seen_subcommand_from foo bar help"-f-a"foo"
complete-c my-app -n"__fish_my_app_using_subcommand help; and not __fish_seen_subcommand_from foo bar help"-f-a"bar"
complete-c my-app -n"__fish_my_app_using_subcommand help; and not __fish_seen_subcommand_from foo bar help"-f-a"help"-d'Print this message or the help of the given subcommand(s)'