You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=parsing.ArgumentParser(description="ReadME.md to .html writer",formatter_class=parsing.ArgumentDefaultsHelpFormatter)
8
-
9
-
parser.add_argument('-i', '--input', action='store', type=str, required=True, help="name of the input file eg. template.html")
10
-
parser.add_argument('-t', '--title', action='store', type=str, default='Progress', help="title of the html page." )
11
-
parser.add_argument('-o', '--output', action='store', type=str, required=True, help="the generated output file name , which is generated in dist folder. eg. template.html")
0 commit comments