I am trying to understand the use of modules in stash and on the python console. I have a module that runs perfectly in stash with a command like:
Module_name -s d blabla
"-s d blabla" are necessary arguments in this example . I cannot figure out how to do the same thing from the Pythonista console. I can import the module, but any way I try to add the arguments, I get the error:
SyntaxError: invalid syntax
