complate 0.12.0-alpha.5

Standardizing messages the right way.
complete -c complate -n "__fish_use_subcommand" -s e -l experimental -d 'enables experimental features'
complete -c complate -n "__fish_use_subcommand" -s h -l help -d 'Print help'
complete -c complate -n "__fish_use_subcommand" -s V -l version -d 'Print version'
complete -c complate -n "__fish_use_subcommand" -f -a "man" -d 'Renders the manpages.'
complete -c complate -n "__fish_use_subcommand" -f -a "autocomplete" -d 'Renders shell completion scripts.'
complete -c complate -n "__fish_use_subcommand" -f -a "init" -d 'Initializes a dummy default configuration in "./.complate/config.yaml".'
complete -c complate -n "__fish_use_subcommand" -f -a "render" -d 'Renders a template by replacing values as specified by the configuration.'
complete -c complate -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'
complete -c complate -n "__fish_seen_subcommand_from man" -s o -l out -r
complete -c complate -n "__fish_seen_subcommand_from man" -s h -l help -d 'Print help'
complete -c complate -n "__fish_seen_subcommand_from man" -s V -l version -d 'Print version'
complete -c complate -n "__fish_seen_subcommand_from autocomplete" -s o -l out -r
complete -c complate -n "__fish_seen_subcommand_from autocomplete" -s s -l shell -r -f -a "{bash	,zsh	,fish	,elvish	,ps	}"
complete -c complate -n "__fish_seen_subcommand_from autocomplete" -s h -l help -d 'Print help'
complete -c complate -n "__fish_seen_subcommand_from autocomplete" -s V -l version -d 'Print version'
complete -c complate -n "__fish_seen_subcommand_from init" -s h -l help -d 'Print help'
complete -c complate -n "__fish_seen_subcommand_from init" -s V -l version -d 'Print version'
complete -c complate -n "__fish_seen_subcommand_from render" -s c -l config -d 'The configuration file to use.' -r
complete -c complate -n "__fish_seen_subcommand_from render" -s t -l template -d 'Specify the template to use from the config and skip it\'s selection.' -r
complete -c complate -n "__fish_seen_subcommand_from render" -s b -l backend -d 'The execution backend (cli=native-terminal, ui=ui emulator in terminal).' -r -f -a "{cli	}"
complete -c complate -n "__fish_seen_subcommand_from render" -s v -l value -d 'Overrides a certain value definition with a string.' -r
complete -c complate -n "__fish_seen_subcommand_from render" -l trust -d 'Enables the shell command execution. This is potentially insecure and should only be done for trustworthy sources.'
complete -c complate -n "__fish_seen_subcommand_from render" -s l -l loose -d 'Defines that the templating is done in non-strict mode (allow missing value for variable).'
complete -c complate -n "__fish_seen_subcommand_from render" -l helpers -d 'Enables handlebar helpers.'
complete -c complate -n "__fish_seen_subcommand_from render" -s h -l help -d 'Print help'
complete -c complate -n "__fish_seen_subcommand_from render" -s V -l version -d 'Print version'
complete -c complate -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 init; and not __fish_seen_subcommand_from render; and not __fish_seen_subcommand_from help" -f -a "man" -d 'Renders the manpages.'
complete -c complate -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 init; and not __fish_seen_subcommand_from render; and not __fish_seen_subcommand_from help" -f -a "autocomplete" -d 'Renders shell completion scripts.'
complete -c complate -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 init; and not __fish_seen_subcommand_from render; and not __fish_seen_subcommand_from help" -f -a "init" -d 'Initializes a dummy default configuration in "./.complate/config.yaml".'
complete -c complate -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 init; and not __fish_seen_subcommand_from render; and not __fish_seen_subcommand_from help" -f -a "render" -d 'Renders a template by replacing values as specified by the configuration.'
complete -c complate -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 init; and not __fish_seen_subcommand_from render; and not __fish_seen_subcommand_from help" -f -a "help" -d 'Print this message or the help of the given subcommand(s)'