[Lldb-commits] [lldb] [lldb/crashlog] Update incorrect help message for `--no-crashed-only` option (PR #91162)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon May 6 11:14:05 PDT 2024
medismailben wrote:
> 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
I did that originally but I had to comment it out in 446abb5 because some testbot didn't satisfy the minimal python version requirement for `BooleanOptionalAction`. We could revert that commit and see if it breaks any bot.
https://github.com/llvm/llvm-project/pull/91162
More information about the lldb-commits
mailing list