mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00

* crosslink issue on linux, and cleanup entire dir * moved copy_dir_all to rust * using dircpy instead of diy due to complications * refactor: move copy_dir_all to jarvis plugin All commands are in jarvis plugin, this is more organized. And this API will be exposed to extensions. --------- Co-authored-by: Huakun Shen <huakun.shen@huakunshen.com>
14 lines
413 B
TOML
14 lines
413 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-copy-dir-all"
|
|
description = "Enables the copy_dir_all command without any pre-configured scope."
|
|
commands.allow = ["copy_dir_all"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-copy-dir-all"
|
|
description = "Denies the copy_dir_all command without any pre-configured scope."
|
|
commands.deny = ["copy_dir_all"]
|