add basic CLI for testing enumeration

This commit is contained in:
Adir Shitrit
2025-11-07 18:05:07 +02:00
parent 3df61c281f
commit 6742e25ea8
4 changed files with 43 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(cargo new:*)"
],
"deny": [],
"ask": []