complete -c flavours -n "__fish_use_subcommand" -s c -l config -d 'Specify a configuration file (Defaults to ~/.config/flavours/config.toml)' -r -F
complete -c flavours -n "__fish_use_subcommand" -s d -l directory -d 'Specify a data directory (Defaults to ~/.local/share/flavours)' -r -f -a "(__fish_complete_directories)"
complete -c flavours -n "__fish_use_subcommand" -l completions -d 'Generates completion for given shell, outputs to stdout' -r -f -a "bash elvish fish powershell zsh"
complete -c flavours -n "__fish_use_subcommand" -s v -l verbose -d 'Be more verbose'
complete -c flavours -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
complete -c flavours -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'
complete -c flavours -n "__fish_use_subcommand" -f -a "current" -d 'Prints last applied scheme name'
complete -c flavours -n "__fish_use_subcommand" -f -a "list" -d 'Prints a list with all matching schemes'
complete -c flavours -n "__fish_use_subcommand" -f -a "info" -d 'Shows scheme colors for all schemes matching pattern. Optionally uses truecolor'
complete -c flavours -n "__fish_use_subcommand" -f -a "apply" -d 'Applies scheme, according to user configuration'
complete -c flavours -n "__fish_use_subcommand" -f -a "update" -d 'Downloads schemes, templates, or updates their lists (from repos specified in sources.yml)'
complete -c flavours -n "__fish_seen_subcommand_from current" -s h -l help -d 'Prints help information'
complete -c flavours -n "__fish_seen_subcommand_from list" -d 'Scheme name or glob pattern to match when listing scheme(s). If ommited, defaults to * (all installed schemes).' -r -f -a "(flavours list -l)"
complete -c flavours -n "__fish_seen_subcommand_from list" -s l -l lines -d 'Print each scheme on its own line'
complete -c flavours -n "__fish_seen_subcommand_from list" -s h -l help -d 'Prints help information'
complete -c flavours -n "__fish_seen_subcommand_from info" -d 'Scheme name or glob pattern to match when showing scheme(s). If ommited, defaults to * (all installed schemes).' -r -f -a "(flavours list -l)"
complete -c flavours -n "__fish_seen_subcommand_from info" -s c -l color -d 'Prints color codes with truecolor.'
complete -c flavours -n "__fish_seen_subcommand_from info" -s h -l help -d 'Prints help information'
complete -c flavours -n "__fish_seen_subcommand_from apply" -d 'Scheme to be applied, supports glob. If more than one is specified (or if glob pattern matched more than one), chooses one randomly. If ommited, defaults to * (all installed schemes).' -r -f -a "(flavours list -l)"
complete -c flavours -n "__fish_seen_subcommand_from apply" -s h -l help -d 'Prints help information'
complete -c flavours -n "__fish_seen_subcommand_from update" -d 'Update sources lists from repositories or (re)download schemes/templates specified in the lists. Default repositories for lists, and the lists themselves, can be manually changed.' -r -f -a "lists schemes templates all"
complete -c flavours -n "__fish_seen_subcommand_from update" -s h -l help -d 'Prints help information'
