[v3] Support task flags pass through

[v3] `wails build` -> `wails task build`
This commit is contained in:
Lea Anthony
2023-01-23 21:08:03 +11:00
parent 8239964c28
commit 82287a4758
7 changed files with 183 additions and 54 deletions
+5
View File
@@ -0,0 +1,5 @@
package flags
type Build struct {
Common
}