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:
Abdelhadi Seddar 2026-01-20 00:41:46 +01:00 committed by GitHub
commit 9158c49e30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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 -->