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
@@ -18,7 +18,7 @@ func publickey() *cobra.Command {
cmd := &cobra.Command{
Use: "publickey",
Aliases: []string{"pubkey"},
Short: "Output your public key for Git operations",
Short: "Output your Coder public key used for Git operations",
RunE: func(cmd *cobra.Command, args []string) error {
client, err := CreateClient(cmd)
if err != nil {