Nov. 27, 2015
6:14 a.m.
Hello, Is there a way to specify: - The "type" of command line arguments. - The default value if none is given. - That an argument is obligatory or optional? A bit like argparse does in Python, if you know it. Julien