1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00

I'm dumb. I'm sorry.

This commit is contained in:
Caleb Stewart 2020-10-04 20:56:50 -04:00
parent 06515ff7f4
commit 5c24ad26fb

View File

@ -32,7 +32,7 @@ class Command(CommandDefinition):
), ),
"--traceback,-t": Parameter( "--traceback,-t": Parameter(
Complete.NONE, action="store_true", help="Show traceback for module errors" Complete.NONE, action="store_true", help="Show traceback for module errors"
) ),
"module": Parameter( "module": Parameter(
Complete.CHOICES, Complete.CHOICES,
nargs="?", nargs="?",