Skip to content
  • Stavros Sachtouris's avatar
    Disable argument abbreviation · b33d9050
    Stavros Sachtouris authored
    Refs: #4865
    
    Implementaton details: subclass ArgumentParser and override the
    _get_option_tuples method. Replace option_string comparison
    operator: == instead of .startswith
    The rest of the method code is copy-pasted from python 2.7.3 argparse
    b33d9050