File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ class InstallCmd < AbstractCommand
51
51
description : "Fail fast on any interactive prompt and use non-interactive sudo where applicable." ,
52
52
env : :non_interactive
53
53
flag "--timeout-wait-for-user=" ,
54
- description : "Wait this many seconds when an interactive prompt is detected; then skip the item." ,
55
- env : :prompt_timeout_secs
54
+ description : "Wait this many seconds when an interactive prompt is detected; then skip the item."
56
55
[
57
56
[ :switch , "--formula" , "--formulae" , {
58
57
description : "Treat all named arguments as formulae." ,
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ class UpgradeCmd < AbstractCommand
47
47
description : "Fail fast on any interactive prompt and use non-interactive sudo where applicable." ,
48
48
env : :non_interactive
49
49
flag "--timeout-wait-for-user=" ,
50
- description : "Wait this many seconds when an interactive prompt is detected; then skip the item." ,
51
- env : :prompt_timeout_secs
50
+ description : "Wait this many seconds when an interactive prompt is detected; then skip the item."
52
51
[
53
52
[ :switch , "--formula" , "--formulae" , {
54
53
description : "Treat all named arguments as formulae. If no named arguments " \
You can’t perform that action at this time.
0 commit comments