Appease formatter (kinda weird?)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-28 11:44:21 -04:00
parent 02b520200e
commit 6539b1be7e
40 changed files with 78 additions and 78 deletions

View File

@ -23,7 +23,7 @@ var AppCmdCommand = &cobra.Command{
Use: i18n.G("command <domain> [service | --local] <cmd> [[args] [flags] | [flags] -- [args]]"),
Aliases: []string{i18n.G("cmd")},
// translators: Short description for `app cmd` command
Short: i18n.G("Run app commands"),
Short: i18n.G("Run app commands"),
Long: i18n.G(`Run an app specific command.
These commands are bash functions, defined in the abra.sh of the recipe itself.
@ -199,8 +199,8 @@ var AppCmdListCommand = &cobra.Command{
Use: i18n.G("list <domain> [flags]"),
Aliases: []string{i18n.G("ls")},
// translators: Short description for `app cmd list` command
Short: i18n.G("List all available commands"),
Args: cobra.MinimumNArgs(1),
Short: i18n.G("List all available commands"),
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
app := internal.ValidateApp(args)