File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func (r *RootCmd) restart() *clibase.Cmd {
39
39
workspace : workspace ,
40
40
action : WorkspaceRestart ,
41
41
parameterFlags : parameterFlags ,
42
- promptRichParameters : true ,
42
+ promptRichParameters : false ,
43
43
})
44
44
if err != nil {
45
45
return err
@@ -73,7 +73,7 @@ func (r *RootCmd) restart() *clibase.Cmd {
73
73
workspace : workspace ,
74
74
parameterFlags : parameterFlags ,
75
75
action : WorkspaceUpdate ,
76
- promptRichParameters : true ,
76
+ promptRichParameters : false ,
77
77
})
78
78
if err != nil {
79
79
return xerrors .Errorf ("start workspace with active template version: %w" , err )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func (r *RootCmd) start() *clibase.Cmd {
35
35
workspace : workspace ,
36
36
parameterFlags : parameterFlags ,
37
37
action : WorkspaceStart ,
38
- promptRichParameters : true ,
38
+ promptRichParameters : false ,
39
39
})
40
40
// It's possible for a workspace build to fail due to the template requiring starting
41
41
// workspaces with the active version.
@@ -44,7 +44,7 @@ func (r *RootCmd) start() *clibase.Cmd {
44
44
workspace : workspace ,
45
45
parameterFlags : parameterFlags ,
46
46
action : WorkspaceUpdate ,
47
- promptRichParameters : true ,
47
+ promptRichParameters : false ,
48
48
})
49
49
if err != nil {
50
50
return xerrors .Errorf ("start workspace with active template version: %w" , err )
You can’t perform that action at this time.
0 commit comments