CliToolStatus
Result of probing the user’s machine for a CLI tool. Returned by the
cli_tool_status Tauri command.
Properties
Section titled “Properties”found:
boolean
The binary was found and ran successfully.
installedVersion?
Section titled “installedVersion?”
optionalinstalledVersion?:string|null
Parsed version (e.g. "2.40.0"), when one could be extracted.
optionalpath?:string|null
Resolved path to the binary, when known.
optionalraw?:string|null
First line of the tool’s version output, for display/debugging.