Add Flow ID to all relevant CLIs, not completely implemented

This commit is contained in:
Cyber MacGeddon 2025-05-03 00:17:07 +01:00
parent 4e8f004410
commit 031da4842d
12 changed files with 75 additions and 14 deletions

View file

@ -158,6 +158,12 @@ async def main(running):
help=f'TrustGraph API URL (default: {default_url})',
)
parser.add_argument(
'-f', '--flow-id',
default="0000",
help=f'Flow ID (default: 0000)'
)
parser.add_argument(
'-o', '--output-file',
# Make it mandatory, difficult to over-write an existing file