mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
27 lines
503 B
Markdown
27 lines
503 B
Markdown
# Permissions
|
|
|
|
## allow-disable
|
|
|
|
Enables the disable command without any pre-configured scope.
|
|
|
|
## deny-disable
|
|
|
|
Denies the disable command without any pre-configured scope.
|
|
|
|
## allow-enable
|
|
|
|
Enables the enable command without any pre-configured scope.
|
|
|
|
## deny-enable
|
|
|
|
Denies the enable command without any pre-configured scope.
|
|
|
|
## allow-is-enabled
|
|
|
|
Enables the is_enabled command without any pre-configured scope.
|
|
|
|
## deny-is-enabled
|
|
|
|
Denies the is_enabled command without any pre-configured scope.
|
|
|