We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af88372 commit 96528f3Copy full SHA for 96528f3
1 file changed
pkg/cmd/build.go
@@ -270,6 +270,7 @@ var buildsList = cli.Command{
270
},
271
272
Action: handleBuildsList,
273
+ Before: before,
274
HideHelpCommand: true,
275
}
276
0 commit comments