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

View File

@ -8,7 +8,7 @@ import (
func users() *cobra.Command {
cmd := &cobra.Command{
Short: "Create, remove, and list users",
Short: "Manage users",
Use: "users",
Aliases: []string{"user"},
}