mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
readd missing extended args for workspace command
This commit is contained in:
parent
598e341712
commit
fa319494d8
@ -15,6 +15,12 @@ type WorkspaceCommand struct {
|
||||
}
|
||||
|
||||
func (c *WorkspaceCommand) Run(args []string) int {
|
||||
c.Meta.process(args)
|
||||
envCommandShowWarning(c.Ui, c.LegacyName)
|
||||
|
||||
cmdFlags := c.Meta.extendedFlagSet("workspace")
|
||||
cmdFlags.Usage = func() { c.Ui.Error(c.Help()) }
|
||||
|
||||
return cli.RunResultHelp
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user