mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
347 B
347 B
cli, cli-js
| cli | cli-js |
|---|---|
| minor | minor |
Added a new global boolean flag to the CliArg struct to support global CLI arguments. This flag allows arguments like --verbose to be marked as global and automatically propagated to all subcommands, enabling consistent availability throughout the CLI.
The new field is optional and defaults to false.