Add extensible CLI commands (#853)

* Add extensible CLI commands

* Handle plugin SystemExit failures
This commit is contained in:
besendorf
2026-08-05 23:30:28 +02:00
committed by GitHub
parent 93b7fb5232
commit 067f053627
7 changed files with 809 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ nav:
- Introduction: "introduction.md"
- Installation: "install.md"
- Command Completion: "command_completion.md"
- Custom CLI Commands: "custom_commands.md"
- Using Docker: "docker.md"
- MVT for iOS:
- iOS Forensic Methodology: "ios/methodology.md"