3
# Rudimentary zsh completion support for bzr.
5
# -S means there are no options after a -- and that argument is ignored
7
# To use this you must arrange for it to be in a directory that is on
8
# your $fpath, and also for compinit to be run.
11
_arguments -S "1::bzr command:($(bzr help commands | grep '^ '))"