diff --git a/pwncat/commands/run.py b/pwncat/commands/run.py index f80a2e1..99aa6cf 100644 --- a/pwncat/commands/run.py +++ b/pwncat/commands/run.py @@ -32,7 +32,7 @@ class Command(CommandDefinition): ), "--traceback,-t": Parameter( Complete.NONE, action="store_true", help="Show traceback for module errors" - ) + ), "module": Parameter( Complete.CHOICES, nargs="?",