We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598e341 commit fa31949Copy full SHA for fa31949
internal/command/workspace_command.go
@@ -15,6 +15,12 @@ type WorkspaceCommand struct {
15
}
16
17
func (c *WorkspaceCommand) Run(args []string) int {
18
+ c.Meta.process(args)
19
+ envCommandShowWarning(c.Ui, c.LegacyName)
20
+
21
+ cmdFlags := c.Meta.extendedFlagSet("workspace")
22
+ cmdFlags.Usage = func() { c.Ui.Error(c.Help()) }
23
24
return cli.RunResultHelp
25
26
0 commit comments