mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix bindings help text
This commit is contained in:
parent
602fafafea
commit
ef8c16d773
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import "github.com/wailsapp/wails/v3/internal/parser"
|
|||
type GenerateBindingsOptions struct {
|
||||
Silent bool `name:"silent" description:"Silent mode"`
|
||||
ModelsFilename string `name:"m" description:"The filename for the models file" default:"models.ts"`
|
||||
BindingsFilename string `name:"b" description:"The filename for the bindings file" default:"bindings.js"`
|
||||
BindingsFilename string `name:"b" description:"The filename for the bindings file" default:"bindings_<package>.js"`
|
||||
ProjectDirectory string `name:"p" description:"The project directory" default:"."`
|
||||
OutputDirectory string `name:"d" description:"The output directory" default:"."`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue