mirror of
				https://github.com/beego/bee.git
				synced 2025-11-03 23:03:27 +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}
 | 
			
		||||
		if len(buildArgs) > 0 {
 | 
			
		||||
			args = append(args, strings.Fields(buildArgs)...)
 | 
			
		||||
			args = append(args, buildArgs)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if verbose {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user