mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
26 lines
481 B
Markdown
26 lines
481 B
Markdown
[@tauri-apps/api](../index.md) / [cli](../modules/cli.md) / SubcommandMatch
|
|
|
|
# Interface: SubcommandMatch
|
|
|
|
[cli](../modules/cli.md).SubcommandMatch
|
|
|
|
## Properties
|
|
|
|
### matches
|
|
|
|
• **matches**: [`CliMatches`](cli.CliMatches.md)
|
|
|
|
#### Defined in
|
|
|
|
[cli.ts:29](https://github.com/tauri-apps/tauri/blob/8f5dba0/tooling/api/src/cli.ts#L29)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[cli.ts:28](https://github.com/tauri-apps/tauri/blob/8f5dba0/tooling/api/src/cli.ts#L28)
|