Files
tauri-plugin-duck/permissions/autogenerated/commands/unduck.toml
2025-10-21 17:37:06 +02:00

14 lines
377 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-unduck"
description = "Enables the unduck command without any pre-configured scope."
commands.allow = ["unduck"]
[[permission]]
identifier = "deny-unduck"
description = "Denies the unduck command without any pre-configured scope."
commands.deny = ["unduck"]