This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/modules/wakeonlan/completions/_wake

14 lines
219 B
Plaintext
Raw Normal View History

2011-08-30 23:16:15 -04:00
#compdef wake
#autoload
2012-01-31 23:37:51 -05:00
#
# Completes wake.
#
# Authors:
# Paul Gideon Dann <pdgiddie@gmail.com>
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2011-08-30 23:16:15 -04:00
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0