Skip to content

Commit b21bd12

Browse files
committed
feat(cmd/run): Add easter egg alias gobble for run which allows gobble gobble to run script ;)
1 parent e4b97c2 commit b21bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/run/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var FlagConfigFilePath string
1515
var Cmd = &cobra.Command{
1616
Use: "run",
1717
Short: "Run gobblefile.yml",
18-
Aliases: []string{"r"},
18+
Aliases: []string{"gobble", "r"},
1919
Args: cobra.NoArgs,
2020
Run: func(c *cobra.Command, args []string) {
2121
err := run.Run(FlagConfigFilePath, FlagDryRun, FlagOnlyTags)

0 commit comments

Comments
 (0)