Mark command short descriptions with translators: tag
This commit is contained in:
@ -15,6 +15,7 @@ var AppEnvCommand = &cobra.Command{
|
||||
// translators: `app env` command
|
||||
Use: i18n.G("env <domain> [flags]"),
|
||||
Aliases: []string{i18n.G("e")},
|
||||
// translators: Short description for `app env` command
|
||||
Short: i18n.G("Show app .env values"),
|
||||
Example: i18n.G(" abra app env 1312.net"),
|
||||
Args: cobra.ExactArgs(1),
|
||||
|
Reference in New Issue
Block a user