tauri-plugin-cli 2.4.1

Parse arguments from your Tauri application's command line interface.
Documentation
## Default Permission

Allows reading the CLI matches

#### This default permission set includes the following:

- `allow-cli-matches`

## Permission Table

<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>


<tr>
<td>

`cli:allow-cli-matches`

</td>
<td>

Enables the cli_matches command without any pre-configured scope.

</td>
</tr>

<tr>
<td>

`cli:deny-cli-matches`

</td>
<td>

Denies the cli_matches command without any pre-configured scope.

</td>
</tr>
</table>