mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
2 lines
113 B
Fish
2 lines
113 B
Fish
complete -x -c ifdown -a "(__fish_print_interfaces)" -d "Network interface"
|
|
complete -c ifdown -l force -d force
|