#What is the correct way to add a multi word copmmand prefix to the allow list

1 messages · Page 1 of 1 (latest)

lean prairie
#

E.g. "git diff"? Neither git diff * nor "git diff" * work.

forest vortex
#

Multi-word prefixes like git diff aren’t supported right now.
The allow list only matches the first command (git), not subcommands.

So your only option is:

["git"]