mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Another formatting run
I really kinda hate how insistent clang-format is to have line breaks *IFF THE LINE IS TOO LONG*. Like... lemme just add a break if it looks better, will you? But it is the style at this time, so we shall tie an onion to our belt.
This commit is contained in:
@@ -32,7 +32,7 @@ complete -c create_ap -l stop -x -d 'Send stop command to an already running cre
|
||||
complete -c create_ap -l list-running -d 'Show already running create_ap processes'
|
||||
complete -c create_ap -l list-clients -x -d 'List clients connected to create_ap instance with given pid'
|
||||
complete -c create_ap -l mkconfig -F -d 'Store configs in file'
|
||||
complete -c create_ap -l config -F -d 'Load configs from file'
|
||||
complete -c create_ap -l config -F -d 'Load configs from file'
|
||||
complete -c create_ap -l no-dns -d 'Disable dnsmasq DNS server'
|
||||
complete -c create_ap -l no-dnsmasq -d 'Disable dnsmasq server completely'
|
||||
complete -c create_ap -s g -x -d 'IPv4 Gateway for the Access Point'
|
||||
|
||||
Reference in New Issue
Block a user