Adrian Siminiceanu
Results
2
comments of
Adrian Siminiceanu
@bioex remove nargs=1, from the line below and add type=int parser.add_argument('--count', help="Number of entries to display", default=100, type=int, metavar="Count")
@shanejonas can you have a look at this?