We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624e630 commit d6e4207Copy full SHA for d6e4207
cmd/env/remove.go
@@ -40,9 +40,9 @@ func NewEnvRemoveCommand(clients *shared.ClientFactory) *cobra.Command {
40
"If no variable name is provided, you will be prompted to select one.",
41
"",
42
"Commands that run in the context of a project source environment variables from",
43
- "the \".env\" file. This includes the \"run\" command.",
+ `the ".env" file. This includes the "run" command.`,
44
45
- "The \"deploy\" command gathers environment variables from the \".env\" file as well",
+ `The "deploy" command gathers environment variables from the ".env" file as well`,
46
"unless the app is using ROSI features.",
47
}, "\n"),
48
Example: style.ExampleCommandsf([]style.ExampleCommand{
0 commit comments