Crate tauri_plugin_cli

Source
Expand description

Parse arguments from your Command Line Interface.

  • Supported platforms: Windows, Linux and macOS.

Structs§

ArgData
The resolution of a argument match.
Cli
Matches
The argument matches of a command.
SubcommandMatches
The matched subcommand.

Enums§

Error

Traits§

CliExt

Functions§

init

Type Aliases§

Result