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 20:13:07 +11:00
committed by GitHub
co-authored by Lea Anthony
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 := ""