5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 05:19:11 +08:00

fix: init command not listed in wails help message (#1976)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Lyon 2022-10-15 17:13:07 +08:00 committed by GitHub
parent ef6263c164
commit 4d7959dd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
// For CI
ciMode := false
command.BoolFlag("ci", "CI Mode", &ciMode).Hidden()
command.BoolFlag("ci", "CI Mode", &ciMode)
// Setup project directory
projectDirectory := ""