This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import pathlib | |
import re | |
import xml.etree.ElementTree as ET | |
def setup_repo_tool(parser: argparse.ArgumentParser, config: dict): | |
parser.prog = "pycharm_config_gen" | |
parser.formatter_class = argparse.RawDescriptionHelpFormatter |