Expand description
This Rust executable provides the full interface to all of the required activities for which the CLI is required. It will run on macOS, Windows, and Linux.
Structs§
- Config
Value - Tauri configuration argument option.
- Package
Json - Version
Metadata
Enums§
Traits§
Functions§
- run
- Run the Tauri CLI with the passed arguments, exiting if an error occurs.
- try_run
- Run the Tauri CLI with the passed arguments.
Type Aliases§
- Result
Result<T, Error>