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