config/fish/completions/theme.fish

3 lines
200 B
Fish

complete -f -c theme -n "not __fish_seen_subcommand_from dark light" -a "dark" -d "Set dark theme"
complete -f -c theme -n "not __fish_seen_subcommand_from dark light" -a "light" -d "Set light theme"