mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07: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:
@@ -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 := ""
|
||||
|
||||
Reference in New Issue
Block a user