mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
583 B
583 B
@tauri-apps/api / cli / ArgMatch
Interface: ArgMatch
cli.ArgMatch
Properties
occurrences
occurrences: number
Number of occurrences
Defined in
value
value: null | string | boolean | string[]
string if takes value boolean if flag string[] or null if takes multiple values