forked from toolshed/abra
Semi-automated mass string commenting
This commit is contained in:
@ -22,6 +22,7 @@ import (
|
||||
)
|
||||
|
||||
var CatalogueSyncCommand = &cobra.Command{
|
||||
// translators: `catalogue sync` command
|
||||
Use: i18n.G("sync [flags]"),
|
||||
Aliases: []string{i18n.G("g")},
|
||||
Short: i18n.G("Sync recipe catalogue for latest changes"),
|
||||
@ -40,6 +41,7 @@ var CatalogueSyncCommand = &cobra.Command{
|
||||
}
|
||||
|
||||
var CatalogueGenerateCommand = &cobra.Command{
|
||||
// translators: `catalogue generate` command
|
||||
Use: i18n.G("generate [recipe] [flags]"),
|
||||
Aliases: []string{i18n.G("g")},
|
||||
Short: i18n.G("Generate the recipe catalogue"),
|
||||
@ -262,6 +264,7 @@ your private key and enter your passphrase beforehand.
|
||||
|
||||
// CatalogueCommand defines the `abra catalogue` command and sub-commands.
|
||||
var CatalogueCommand = &cobra.Command{
|
||||
// translators: `catalogue` command group
|
||||
Use: i18n.G("catalogue [cmd] [args] [flags]"),
|
||||
Short: i18n.G("Manage the recipe catalogue"),
|
||||
Aliases: []string{"c"},
|
||||
|
Reference in New Issue
Block a user