curlshell
curlshell copied to clipboard
argparse fix for type=bool
See https://stackoverflow.com/questions/33574270/typeerror-init-got-an-unexpected-keyword-argument-type-in-argparse
and https://github.com/python/cpython/issues/96220 regarding type=bool
in argparse.
Thanks for the great work.