It supports both a single-value and multi-value mode, allowing keys to have only one or a list of multiple values. Its chief ommission is that it does not directly support subsections. However, since ...
parser = argparse.ArgumentParser(description="Convert a basic ini file to yml") parser.add_argument('--in',action="store",dest="ini",required=True,help="Input ini ...