You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&flags.pure, "pure", false, "if this flag is specified, devbox runs the script in an isolated environment inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained.")
51
58
command.Flags().BoolVarP(
52
59
&flags.listScripts, "list", "l", false, "list all scripts defined in devbox.json")
&flags.printEnv, "print-env", false, "print script to setup shell environment")
42
49
command.Flags().BoolVar(
43
50
&flags.pure, "pure", false, "if this flag is specified, devbox creates an isolated shell inheriting almost no variables from the current environment. A few variables, in particular HOME, USER and DISPLAY, are retained.")
0 commit comments