When no `type` keyword argument is passed to the `add_argument` method of an `argparse.ArgumentParser`, the type will be `str` by default and therefore this does not need to be specified.
Fixes #684