Provided dedicated tab completions for command delete/unalias.
Details
Diff Detail
Event Timeline
lldb/test/API/functionalities/completion/TestCompletion.py | ||
---|---|---|
379 | I think this should be a longer command name than just 'f' that you can test searching the prefix. E.g. "long_command" (and complete from "long_". Also maybe add a second command that doesn't match the prefix to make sure we don't hit that ("other_command"). |
LGTM now, thanks!
lldb/source/Commands/CommandObjectCommands.cpp | ||
---|---|---|
870 | FWIW, I think you can just inline the variable into the loop. I can do that for you when I merge this. |
Spurious newline