mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command/workspace: Added show
subcommand to workspace command help text. (#22367)
This commit is contained in:
parent
64dbba1229
commit
f7b1ef876c
@ -33,7 +33,7 @@ func (c *WorkspaceCommand) Help() string {
|
|||||||
helpText := `
|
helpText := `
|
||||||
Usage: terraform workspace
|
Usage: terraform workspace
|
||||||
|
|
||||||
New, list, select and delete Terraform workspaces.
|
New, list, show, select and delete Terraform workspaces.
|
||||||
|
|
||||||
`
|
`
|
||||||
return strings.TrimSpace(helpText)
|
return strings.TrimSpace(helpText)
|
||||||
|
Loading…
Reference in New Issue
Block a user