I'm not sure what to search for this.
I am writing a piece of code using python fire to create a command line interface.
python test.py function argument
is there a way to make the shell interpret the following like the command above:
test function argument
Similar to how I can just call jupyter lab
and it will open a notebook etc.
I have a feeling this is more to do with setting up my bashrc or similar instead of something I can do in Python.