permissions allow 怎么不工作呀? #6797
Unanswered
snowweihua
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
我在 reasonix.toml 修改两条,想要做git add/git commit 和 docker run 时候,都不要问我了,实际上不起作用,每次都还是会问。
[permissions]
allow = ["Edit", "Bash(cd /home/snow/project && git add -A && git commit -m:)", "Bash(cd /home/snow/project && docker run:)", "Bash(curl -s:*)"]
是不是命令后面不能再有其他命令了,比如 doker run 后面还有 |grep "error" 这一个的命令就不行。有没有什么办法?
All reactions