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:
parent
ef6263c164
commit
4d7959dd5b
@ -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 := ""
|
||||
|
Loading…
Reference in New Issue
Block a user