Reformat completion scripts

These were excluded from style.fish
This commit is contained in:
Fabian Homborg
2019-05-05 12:53:09 +02:00
parent 15c50703ce
commit ce245704d7
217 changed files with 5726 additions and 5715 deletions

View File

@@ -1,7 +1,7 @@
set -l cmds list store restore stop-all start stop restart switch-to status enable disable reenable is-enabled edit
function __fish_netctl_get_profiles
command netctl list | sed -e 's/^[ \t*]*//'
command netctl list | sed -e 's/^[ \t*]*//'
end
complete -f -c netctl -l help -d 'Display help'