wails/v3/examples/dialogs
Claude 742eccfdc0
feat(v3): add -f flag to force init in non-empty directories
Port the safety check enhancement from v2 to v3. The existing safety
check in templates.go now respects a new -f/--force flag that allows
users to explicitly acknowledge and proceed with initialization in
non-empty directories.

Fixes #4940 (v3 portion)

https://claude.ai/code/session_01EN7wUQygUFthJ8WaRULfot
2026-02-02 10:00:17 +00:00
..
build feat(v3): add -f flag to force init in non-empty directories 2026-02-02 10:00:17 +00:00
main.go feat(v3): add -f flag to force init in non-empty directories 2026-02-02 10:00:17 +00:00
README.md feat(v3): add -f flag to force init in non-empty directories 2026-02-02 10:00:17 +00:00
Taskfile.yml feat(v3): add -f flag to force init in non-empty directories 2026-02-02 10:00:17 +00:00

Dialogs Example

This example is a comprehensive example of using dialogs in Wails.

Running the example

To run the example, simply run the following command:

go run main.go

Building the example

To build the example in debug mode, simply run the following command:

wails3 task build

To build the example to use application icons, simply run the following command:

wails3 task package

Status

Platform Status
Mac Mostly Working
Windows Working
Linux