#
#  Completion for gofed-build plugin
#
#  List of commands
pl_commands="bbo build bump gcpmaster pull push scratch-build tools update wizard"
#  gofed bbo
bbo_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed build
build_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed bump
bump_opts="--commit --help --no-bump --repo-prefix --skip-checks --skip-master -c -h -s"
#  gofed gcpmaster
gcpmaster_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed pull
pull_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed push
push_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed scratch-build
scratch_build_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed tools
tools_opts="--bbo --branches --build --dry --ebranches --from --gcp --git-reset --help --master --merge-master --pull --push --scratch --update --verbose --wait --waitbbo -h"
#  gofed update
update_opts="--branches --dry --ebranches --help --master --verbose -h"
#  gofed wizard
wizard_opts="--branches --build --dry --ebranches --help --master --push --scratch --update --verbose -h"

