Skip to content
Tauri

cli@2.3.0

  • f6e11282 (#2787 by @mikew) Added Cli.matches_from(args). This can be combined with the args passed to the callback of tauri_plugin_single_instance::init to parse the command line arguments passed to subsequent instances of the application.

  • 37c2fb41 (#2772 by @floriskn) 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.


© 2025 Tauri Contributors. CC-BY / MIT