Generate bindings in package. Support dialogs in dev mode.

This commit is contained in:
Lea Anthony
2021-02-09 21:10:06 +11:00
parent e860f3a00e
commit 21a0245985
14 changed files with 256 additions and 17 deletions

View File

@@ -105,7 +105,7 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
}
if !rebuild {
logger.Println("Filename change: %s did not match extension list %s", event.Name, extensions)
logger.Println("Filename change: %s did not match extension list (%s)", event.Name, extensions)
return
}