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

@ -14,9 +14,9 @@ var RecipeDiffCommand = &cobra.Command{
Use: i18n.G("diff <recipe> [flags]"),
Aliases: []string{i18n.G("d")},
// translators: Short description for `recipe diff` command
Short: i18n.G("Show unstaged changes in recipe config"),
Long: i18n.G("This command requires /usr/bin/git."),
Args: cobra.MinimumNArgs(1),
Short: i18n.G("Show unstaged changes in recipe config"),
Long: i18n.G("This command requires /usr/bin/git."),
Args: cobra.MinimumNArgs(1),
ValidArgsFunction: func(
cmd *cobra.Command,
args []string,