aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/service.fish
blob: 878b6aabc77cf1bea9353677912c6f17979fc689 (plain)
1
2
3
4
5
6
7

# Fist argument is the names of the service, i.e. a file in /etc/init.d
complete -c service -n "test (count (commandline -poc)) = 1" -xa "(command ls /etc/init.d)" -d "Service name"

#The second argument is what action to take with the service
complete -c service -n "test (count (commandline -poc)) -gt 1" -xa '$__fish_service_commands'