From 5c24ad26fbbaef8b30fac43ece289056fe4005b1 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Sun, 4 Oct 2020 20:56:50 -0400 Subject: [PATCH] I'm dumb. I'm sorry. --- pwncat/commands/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="?",