File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ _1st_arguments=(
12
12
' upgrade:[TASK] Upgrade a package'
13
13
' init:[box_name] [box_url] Initializes current folder for Vagrant usage'
14
14
' --version:Prints the Vagrant version information'
15
+ ' --global:Switch to global dependency management'
16
+ ' --help:Show help'
15
17
)
16
18
17
19
local expl
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ util.setup_mode() {
295
295
util.show_help () {
296
296
cat << "EOF "
297
297
Usage:
298
- bpm [--help|--version|--global|-g ] <command> [args...]
298
+ bpm [--help|--version|--global] <command> [args...]
299
299
300
300
Subcommands:
301
301
init <shell>
@@ -304,6 +304,9 @@ Subcommands:
304
304
add [--ssh] [--branch=<name>] [--all] [[site/]<package>[@ref]...]
305
305
Installs a package from GitHub (or a custom site)
306
306
307
+ upgrade <package...>
308
+ Upgrades a package
309
+
307
310
remove [--all] <package...>
308
311
Uninstalls a package
309
312
@@ -317,9 +320,6 @@ Subcommands:
317
320
package-path <package>
318
321
Outputs the path for a package
319
322
320
- upgrade <package...>
321
- Upgrades a package
322
-
323
323
complete <command...>
324
324
Perform the completion for a particular subcommand. Used by the completion scripts
325
325
You can’t perform that action at this time.
0 commit comments