Main functions ignore `args`
The functions in __main__.py all accept an "args" option which should be a vector of arguments similar to sys.argv. However this parameter is completely ignored within the code.
The functions in __main__.py all accept an "args" option which should be a vector of arguments similar to sys.argv. However this parameter is completely ignored within the code.