We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c5fa commit 1499015Copy full SHA for 1499015
internal/boxcli/global.go
@@ -18,7 +18,7 @@ func globalCmd() *cobra.Command {
18
cmd := &cobra.Command{
19
Use: "global",
20
Short: "Manage global devbox packages",
21
- Hidden: true,
+ Hidden: false,
22
}
23
24
cmd.AddCommand(globalAddCmd())
0 commit comments