Skip to content

Commit 1499015

Browse files
authored
Unhide Global (#683)
1 parent f51c5fa commit 1499015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func globalCmd() *cobra.Command {
1818
cmd := &cobra.Command{
1919
Use: "global",
2020
Short: "Manage global devbox packages",
21-
Hidden: true,
21+
Hidden: false,
2222
}
2323

2424
cmd.AddCommand(globalAddCmd())

0 commit comments

Comments
 (0)