python-fire
python-fire copied to clipboard
Feature request: Let users require parameters to start with '--', to easily run more than one function at a time.
The only examples I saw of calling more than one function at a time through the terminal with fire involved chaining functions. I would want each function I call to be able to ignore whatever the result might be from the previous one.