mirror of https://github.com/mgba-emu/mgba.git
Debugger: Add fin alias for finish
This commit is contained in:
parent
70f581162f
commit
beba0cb2c5
|
@ -126,6 +126,7 @@ static struct CLIDebuggerCommandAlias _debuggerCommandAliases[] = {
|
|||
{ "d", "delete" },
|
||||
{ "dis", "disassemble" },
|
||||
{ "disasm", "disassemble" },
|
||||
{ "fin", "finish" },
|
||||
{ "h", "help" },
|
||||
{ "i", "status" },
|
||||
{ "info", "status" },
|
||||
|
|
Loading…
Reference in New Issue