For example I have function that takes --config
argument from command line.
So to launch it from console I have to enter following:
>>> my_function --config
I want to create file like new_func.py
and launch my_function --config
from here.
How can I do this?