complete -c neomake -n "__fish_use_subcommand" -s e -l experimental -d 'Enables experimental features.'
complete -c neomake -n "__fish_use_subcommand" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_use_subcommand" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_use_subcommand" -f -a "man" -d 'Renders the manual.'
complete -c neomake -n "__fish_use_subcommand" -f -a "autocomplete" -d 'Renders shell completion scripts.'
complete -c neomake -n "__fish_use_subcommand" -f -a "workflow" -d 'Workflow related subcommands.'
complete -c neomake -n "__fish_use_subcommand" -f -a "plan" -d 'Creates an execution plan.'
complete -c neomake -n "__fish_use_subcommand" -f -a "execute" -d 'Executes an execution plan.'
complete -c neomake -n "__fish_use_subcommand" -f -a "describe" -d 'Describes which nodes are executed in which stages.'
complete -c neomake -n "__fish_use_subcommand" -f -a "list" -d 'Lists all available nodes.'
complete -c neomake -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c neomake -n "__fish_seen_subcommand_from man" -s o -l out -r
complete -c neomake -n "__fish_seen_subcommand_from man" -s f -l format -r -f -a "{manpages ,markdown }"
complete -c neomake -n "__fish_seen_subcommand_from man" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from man" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from autocomplete" -s o -l out -r
complete -c neomake -n "__fish_seen_subcommand_from autocomplete" -s s -l shell -r -f -a "{bash ,zsh ,fish ,elvish ,powershell }"
complete -c neomake -n "__fish_seen_subcommand_from autocomplete" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from autocomplete" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "init" -d 'Initializes a new template workflow.'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "schema" -d 'Renders the workflow schema to STDOUT.'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from init" -s t -l template -d 'The template to init with.' -r -f -a "{min ,max ,python }"
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from init" -s o -l output -d 'The file to render the output to. "-" renders to STDOUT.' -r
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from init" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from init" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from schema" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from schema" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from help; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "init" -d 'Initializes a new template workflow.'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from help; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "schema" -d 'Renders the workflow schema to STDOUT.'
complete -c neomake -n "__fish_seen_subcommand_from workflow; and __fish_seen_subcommand_from help; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c neomake -n "__fish_seen_subcommand_from plan" -l workflow -d 'The workflow file to use.' -r
complete -c neomake -n "__fish_seen_subcommand_from plan" -s n -l node -d 'Adding a node to the plan.' -r
complete -c neomake -n "__fish_seen_subcommand_from plan" -s r -l regex -d 'Adding a node to the plan.' -r
complete -c neomake -n "__fish_seen_subcommand_from plan" -s a -l arg -d 'Specifies a value for handlebars placeholders.' -r
complete -c neomake -n "__fish_seen_subcommand_from plan" -s o -l output -d 'Specifies the output format.' -r -f -a "{yaml }"
complete -c neomake -n "__fish_seen_subcommand_from plan" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from plan" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from execute" -s f -l format -d 'The format of the execution plan.' -r -f -a "{yaml }"
complete -c neomake -n "__fish_seen_subcommand_from execute" -s w -l workers -d 'Defines how many worker threads are created in the OS thread pool.' -r
complete -c neomake -n "__fish_seen_subcommand_from execute" -l no-stdout -d 'Disables any output to STDOUT. Useful for preventing leakage of secrets and keeping the logs clean.'
complete -c neomake -n "__fish_seen_subcommand_from execute" -l no-stderr -d 'Disables any output to STDERR. Useful for preventing leakage of secrets and keeping the logs clean.'
complete -c neomake -n "__fish_seen_subcommand_from execute" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from execute" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from describe" -l workflow -d 'The workflow file to use.' -r
complete -c neomake -n "__fish_seen_subcommand_from describe" -s n -l node -d 'Adding a node.' -r
complete -c neomake -n "__fish_seen_subcommand_from describe" -s r -l regex -d 'Adding a node to the plan.' -r
complete -c neomake -n "__fish_seen_subcommand_from describe" -s o -l output -d 'The output format.' -r -f -a "{yaml }"
complete -c neomake -n "__fish_seen_subcommand_from describe" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from describe" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from list" -l workflow -d 'The workflow file to use.' -r
complete -c neomake -n "__fish_seen_subcommand_from list" -s o -l output -d 'The output format.' -r -f -a "{yaml }"
complete -c neomake -n "__fish_seen_subcommand_from list" -s h -l help -d 'Print help'
complete -c neomake -n "__fish_seen_subcommand_from list" -s V -l version -d 'Print version'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "man" -d 'Renders the manual.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "autocomplete" -d 'Renders shell completion scripts.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "workflow" -d 'Workflow related subcommands.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "plan" -d 'Creates an execution plan.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "execute" -d 'Executes an execution plan.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "describe" -d 'Describes which nodes are executed in which stages.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "list" -d 'Lists all available nodes.'
complete -c neomake -n "__fish_seen_subcommand_from help; and not __fish_seen_subcommand_from man; and not __fish_seen_subcommand_from autocomplete; and not __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from plan; and not __fish_seen_subcommand_from execute; and not __fish_seen_subcommand_from describe; and not __fish_seen_subcommand_from list; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c neomake -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema" -f -a "init" -d 'Initializes a new template workflow.'
complete -c neomake -n "__fish_seen_subcommand_from help; and __fish_seen_subcommand_from workflow; and not __fish_seen_subcommand_from init; and not __fish_seen_subcommand_from schema" -f -a "schema" -d 'Renders the workflow schema to STDOUT.'