mirror of
https://github.com/beego/bee.git
synced 2025-07-04 21:50:18 +00:00
added arguments directly
This commit is contained in:
@ -501,7 +501,7 @@ func packApp(cmd *commands.Command, args []string) int {
|
|||||||
|
|
||||||
args := []string{"build", "-o", binPath}
|
args := []string{"build", "-o", binPath}
|
||||||
if len(buildArgs) > 0 {
|
if len(buildArgs) > 0 {
|
||||||
args = append(args, strings.Fields(buildArgs)...)
|
args = append(args, buildArgs)
|
||||||
}
|
}
|
||||||
|
|
||||||
if verbose {
|
if verbose {
|
||||||
|
Reference in New Issue
Block a user