Skip to content

Commit

Permalink
U: energy cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Dec 17, 2024
1 parent cc5ee20 commit 1331d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/internal/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (

var CmdBuild = &command.Command{
UsageLine: "build -p [path] -u [upx] -o [out] --os --arch --upxFlag --args --libemfs",
Short: "build energy project",
Short: "Build ENERGY PROJECT",
Long: `
Building energy project:
Building ENERGY PROJECT:
-p Project path, default current path. Can be configured in energy.json
-u Set this parameter and install upx. Use upx to compress the execution file.
--upxFlag: Upx command line parameters
Expand Down

0 comments on commit 1331d5a

Please sign in to comment.