You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+10-8
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ var (
61
61
Default("deb,rpm,apk").
62
62
Short('p').
63
63
Enum("deb", "rpm", "apk", "deb,rpm,apk")
64
+
license=app.Flag("license", "Set the license of this package, defaults to `AGPLv3`").
65
+
Default("AGPLv3").Short('l').String()
64
66
releaseDir=app.Flag("releaseDir", "Release directory (that contains os-arch specific dirs) to pick up binaries to package, defaults to `appName+\"-release\"`").
65
67
Short('d').String()
66
68
scriptsDir=app.Flag("scriptsDir", "Directory that contains package scripts (preinstall.sh, postinstall.sh, preremove.sh and postremove.sh), defaults to the current directory").
0 commit comments