Semi-automated mass string commenting
This commit is contained in:
@ -21,6 +21,7 @@ import (
|
||||
|
||||
func Run(version, commit string) {
|
||||
rootCmd := &cobra.Command{
|
||||
// translators: `abra` binary name
|
||||
Use: i18n.G("abra [cmd] [args] [flags]"),
|
||||
Short: i18n.G("The Co-op Cloud command-line utility belt 🎩🐇"),
|
||||
Version: fmt.Sprintf("%s-%s", version, commit[:7]),
|
||||
@ -78,6 +79,7 @@ func Run(version, commit string) {
|
||||
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
||||
|
||||
manCommand := &cobra.Command{
|
||||
// translators: `man` command
|
||||
Use: i18n.G("man [flags]"),
|
||||
Aliases: []string{"m"},
|
||||
Short: i18n.G("Generate manpage"),
|
||||
|
Reference in New Issue
Block a user