cli@2.3.0
-
f6e11282
(#2787 by @mikew) AddedCli.matches_from(args)
. This can be combined with theargs
passed to the callback oftauri_plugin_single_instance::init
to parse the command line arguments passed to subsequent instances of the application. -
37c2fb41
(#2772 by @floriskn) Added a newglobal
boolean flag to theCliArg
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.
© 2025 Tauri Contributors. CC-BY / MIT