Skip to content

Commit f098578

Browse files
authored
Unhide devbox run (#275)
## Summary TSIA ## How was it tested? `devbox run`
1 parent c4aa4f1 commit f098578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boxcli/run.go

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func RunCmd() *cobra.Command {
2222
flags := runCmdFlags{}
2323
command := &cobra.Command{
2424
Use: "run <script>",
25-
Hidden: true,
2625
Short: "Starts a new devbox shell and runs the target script",
2726
Long: "Starts a new interactive shell and runs your target script in it. The shell will exit once your target script is completed or when it is terminated via CTRL-C. Scripts can be defined in your `devbox.json`",
2827
Args: cobra.MaximumNArgs(1),

0 commit comments

Comments
 (0)