mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:01:22 +02:00
14 lines
389 B
TOML
14 lines
389 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-cmd-init"
|
|
description = "Enables the cmd_init command without any pre-configured scope."
|
|
commands.allow = ["cmd_init"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-cmd-init"
|
|
description = "Denies the cmd_init command without any pre-configured scope."
|
|
commands.deny = ["cmd_init"]
|