================ @@ -17,6 +17,10 @@ def: Flag<["-"], "v">, Alias<version>, HelpText<"Alias for --version">; +def check_python : F<"check-python">, + HelpText<"Prints the path to the resolved Python DLL. 0 if " + "Python was not resolved (windows only).">; ---------------- DavidSpickett wrote:
Windows proper noun. Also do you mean that it prints "0" if not found? You should make it clearer like "Prints 0 if not found." Which is a bit odd but I suppose you've got to print something. There's some error string generated internally, should it be printing that? https://github.com/llvm/llvm-project/pull/180784 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
