# completion settings for the suspend built-in
# written by magicant
# vim: set ft=sh ts=8 sts=8 sw=8 noet:

complete -C "$1" -X -F comp/

complete -C "$1" -O f -O --force \
	-D "suppress warning about a possible deadlock"
complete -C "$1" -O --help
