mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
docs: fixed incorrect tag in Custom Output Directory of Bindings (#4873)
* docs: fixed incorrect tag in Custom Output Directory of Bindings After some usage of wails I found out that ```bash wails3 generate bindings -o ./src/bindings ``` does not work and according to ```bash $ wails3 generate bindings --help ``` it uses the `-d string` tag instead * Update UNRELEASED_CHANGELOG.md --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
d7d6720d54
commit
9158c49e30
2 changed files with 2 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ wails3 generate bindings -ts
|
|||
### Custom Output Directory
|
||||
|
||||
```bash
|
||||
wails3 generate bindings -o ./src/bindings
|
||||
wails3 generate bindings -d ./src/bindings
|
||||
```
|
||||
|
||||
### Watch Mode (Development)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
- Fix documentation regarding generating custom binding, must use `-d String` instead of `-o String`
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue