fix: Improve consistency on CLI help (#4112)

This makes the english consistent on flags, and improves
the contrast for the placeholder color on dark themes.
This commit is contained in:
Kyle Carberry
2022-09-19 11:36:18 -05:00
committed by GitHub
parent 353fb8724a
commit 6f82ad09c8
23 changed files with 101 additions and 74 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func update() *cobra.Command {
Annotations: workspaceCommand,
Use: "update <workspace>",
Args: cobra.ExactArgs(1),
Short: "Update a workspace to the latest template version",
Short: "Update a workspace",
RunE: func(cmd *cobra.Command, args []string) error {
client, err := CreateClient(cmd)
if err != nil {