We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbdd71 commit 34e6da5Copy full SHA for 34e6da5
1 file changed
internal/cmd/config.go
@@ -41,7 +41,7 @@ func newConfigSetCommand() *cobra.Command {
41
Short: "Set a configuration value in the global config",
42
Example: ` hey config set base_url http://app.hey.localhost:3003
43
hey config set base_url https://app.hey.com
44
- hey config set default_sender erik@parrotapp.com`,
+ hey config set default_sender you@hey.com`,
45
Args: cobra.ExactArgs(2),
46
RunE: func(cmd *cobra.Command, args []string) error {
47
key, value := normalizeConfigKey(args[0]), args[1]
0 commit comments