Fix typo
This commit is contained in:
parent
c6b18e83a6
commit
773ab0b8f5
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ class CommandArgs:
|
||||||
|
|
||||||
class DebugArgs:
|
class DebugArgs:
|
||||||
wait: bool = cli.arg(None, "wait", "Wait for the debugger to attach")
|
wait: bool = cli.arg(None, "wait", "Wait for the debugger to attach")
|
||||||
debbuger: str = cli.arg(None, "debugger", "The debugger to use", default="lldb")
|
debugger: str = cli.arg(None, "debugger", "The debugger to use", default="lldb")
|
||||||
|
|
||||||
|
|
||||||
class _DebugArgs(DebugArgs, CommandArgs):
|
class _DebugArgs(DebugArgs, CommandArgs):
|
||||||
|
|
Loading…
Reference in a new issue