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