diff --git a/pwndbg/commands/argv.py b/pwndbg/commands/argv.py index 216c5e7e7..a9c3b26fa 100644 --- a/pwndbg/commands/argv.py +++ b/pwndbg/commands/argv.py @@ -15,7 +15,7 @@ def argc(): print(pwndbg.argv.argc) @pwndbg.commands.OnlyWhenRunning -@pwndbg.commands.Command +@pwndbg.commands.ParsedCommand def argv(i=None): """ Prints out the contents of argv.