xref: /llvm-project/lldb/test/API/functionalities/completion/my_test_cmd.py (revision 6a9c3e611505b7637b46fbaacaf50362c97a263d)
1def my_test_cmd(debugger, command, exe_ctx, result, dict):
2    result.Print(command)
3