The :mod:`!argparse` module makes it easy to write user-friendly command-line interfaces. The program defines what arguments it requires, and :mod:`!argparse` will figure out how to parse those out of ...
I know that it's not the right way to handle default values for booleans with argparse (kinda weird behavior, even without guild) and that you should use store_false instead, but guild reports the ...