mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-08 14:03:53 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
43 lines
775 B
Markdown
43 lines
775 B
Markdown
# Permissions
|
|
|
|
## allow-ask
|
|
|
|
Enables the ask command without any pre-configured scope.
|
|
|
|
## deny-ask
|
|
|
|
Denies the ask command without any pre-configured scope.
|
|
|
|
## allow-confirm
|
|
|
|
Enables the confirm command without any pre-configured scope.
|
|
|
|
## deny-confirm
|
|
|
|
Denies the confirm command without any pre-configured scope.
|
|
|
|
## allow-message
|
|
|
|
Enables the message command without any pre-configured scope.
|
|
|
|
## deny-message
|
|
|
|
Denies the message command without any pre-configured scope.
|
|
|
|
## allow-open
|
|
|
|
Enables the open command without any pre-configured scope.
|
|
|
|
## deny-open
|
|
|
|
Denies the open command without any pre-configured scope.
|
|
|
|
## allow-save
|
|
|
|
Enables the save command without any pre-configured scope.
|
|
|
|
## deny-save
|
|
|
|
Denies the save command without any pre-configured scope.
|
|
|