Semi-automated mass string commenting
This commit is contained in:
@ -19,6 +19,7 @@ import (
|
||||
)
|
||||
|
||||
var AppCmdCommand = &cobra.Command{
|
||||
// translators: `app command` command
|
||||
Use: i18n.G("command <domain> [service | --local] <cmd> [[args] [flags] | [flags] -- [args]]"),
|
||||
Aliases: []string{i18n.G("cmd")},
|
||||
Short: i18n.G("Run app commands"),
|
||||
@ -193,6 +194,7 @@ does not).`),
|
||||
}
|
||||
|
||||
var AppCmdListCommand = &cobra.Command{
|
||||
// translators: `app list` command
|
||||
Use: i18n.G("list <domain> [flags]"),
|
||||
Aliases: []string{i18n.G("ls")},
|
||||
Short: i18n.G("List all available commands"),
|
||||
|
Reference in New Issue
Block a user