[Lldb-commits] [lldb] [lldb/crashlog] Update incorrect help message for `--no-crashed-only` option (PR #91162)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon May 6 10:25:03 PDT 2024


https://github.com/JDevlieghere commented:

Since we're already using `argparse`, can we use the `BooleanOptionalAction` to make this work automatically with the affirmative option? https://docs.python.org/3.9/library/argparse.html#action

https://github.com/llvm/llvm-project/pull/91162


More information about the lldb-commits mailing list