mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-01 12:08:06 +02:00
feat(cli): add support for global CLI arguments (#2772)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
"cli": minor
|
||||
"cli-js": 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.
|
||||
Reference in New Issue
Block a user