mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
update build.sh help message
This commit is contained in:
@@ -31,16 +31,16 @@ Usage:
|
|||||||
build.sh type [options]
|
build.sh type [options]
|
||||||
|
|
||||||
Types:
|
Types:
|
||||||
backend Build backend binary file
|
backend Build backend binary file
|
||||||
frontend Build frontend files
|
frontend Build frontend files
|
||||||
package Build package archive
|
package Build package archive
|
||||||
docker Build docker image
|
docker Build docker image
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-r, --release Build release (The script will use environment variable "RELEASE_BUILD" to detect whether this is release building by default)
|
-r, --release Build release (The script will use environment variable "RELEASE_BUILD" to detect whether this is release building by default)
|
||||||
-o, --output Package file name (For "package" type only)
|
-o, --output <filename> Package file name (For "package" type only)
|
||||||
-t, --tag Docker tag (For "docker" type only)
|
-t, --tag Docker tag (For "docker" type only)
|
||||||
-h, --help Show help
|
-h, --help Show help
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user