complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-login -d"Test if this is a login shell"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-interactive -d"Test if this is an interactive shell"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-command-substitution -d"Test if a command substitution is currently evaluated"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-block -d"Test if a code block is currently evaluated"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-no-job-control -d"Test if new jobs are never put under job control"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-interactive-job-control -d"Test if only interactive new jobs are put under job control"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a is-full-job-control -d"Test if all new jobs are put under job control"
# The subcommands that are not "is-something" which don't change the fish state.
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a current-command-d"Print the name of the currently running command or function"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a current-filename -d"Print the filename of the currently running script"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a current-line-number -d"Print the line number of the currently running script"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a line-number -d"Print the line number of the currently running script"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a print-stack-trace -d"Print a list of all function calls leading up to running the current command"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a stack-trace -d"Print a list of all function calls leading up to running the current command"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a features -d"List all feature flags"
complete-f-cstatus-n"not __fish_seen_subcommand_from $__fish_status_all_commands"-a test-feature -d"Test if a feature flag is enabled"