mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 20:57:32 +08:00
9 lines
468 B
Fish
9 lines
468 B
Fish
#apm
|
|
complete -f -c apm -s V -l version -d (_ "Display version and exit")
|
|
complete -f -c apm -s v -l verbose -d (_ "Print APM info")
|
|
complete -f -c apm -s m -l minutes -d (_ "Print time remaining")
|
|
complete -f -c apm -s M -l monitor -d (_ "Monitor status info")
|
|
complete -f -c apm -s S -l standby -d (_ "Request APM standby mode")
|
|
complete -f -c apm -s s -l suspend -d (_ "Request APM suspend mode")
|
|
complete -f -c apm -s d -l debug -d (_ "APM status debugging info")
|