Skip to content

Commit 962cb2f

Browse files
Xavrirclaude
andcommitted
main: add project links and verbosity hint to CLI help text
Add GitHub repository, documentation, and issue reporting links to the CLI help epilog, following clig.dev guidelines for including support paths in help text. Also add a hint about -v/--verbose and -vv/--vverbose flags for users who want more detailed output. Closes #1686 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 30d9989 commit 962cb2f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### New Features
66

7+
- main: add GitHub, documentation, and issue reporting links to CLI help text @Xavrir #1686
8+
- main: add verbosity hint to CLI help epilog @Xavrir #1686
79
- ghidra: support PyGhidra @mike-hunhoff #2788
810
- vmray: extract number features from whitelisted void_ptr parameters (hKey, hKeyRoot) @adeboyedn #2835
911

capa/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,12 @@ def main(argv: Optional[list[str]] = None):
972972
973973
filter rules by meta fields, e.g. rule name or namespace
974974
capa -t "create TCP socket" suspicious.exe
975+
976+
Use -v/--verbose and -vv/--vverbose for increasingly detailed output.
977+
978+
GitHub: https://github.com/mandiant/capa
979+
Documentation: https://github.com/mandiant/capa/tree/master/doc
980+
Report issues: https://github.com/mandiant/capa/issues
975981
""")
976982

977983
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)