Crate tauri_cli

Crate tauri_cli 

Source
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§

ConfigValue
Tauri configuration argument option.
PackageJson
VersionMetadata

Enums§

Error
RunMode

Traits§

CommandExt
ErrorExt

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
Convenient type alias of Result type.