Skip to content

Commit fa31949

Browse files
author
Cory Twitty
committed
readd missing extended args for workspace command
1 parent 598e341 commit fa31949

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/command/workspace_command.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ type WorkspaceCommand struct {
1515
}
1616

1717
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+
1824
return cli.RunResultHelp
1925
}
2026

0 commit comments

Comments
 (0)