cli@2.3.0
Jun 24, 2025
-
f6e11282(#2787 by @mikew) AddedCli.matches_from(args). This can be combined with theargspassed to the callback oftauri_plugin_single_instance::initto parse the command line arguments passed to subsequent instances of the application. -
37c2fb41(#2772 by @floriskn) Added a newglobalboolean flag to theCliArgstruct to support global CLI arguments. This flag allows arguments like--verboseto 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.
© 2026 Tauri Contributors. CC-BY / MIT