python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

Feature request: Let users require parameters to start with '--', to easily run more than one function at a time.

Open neatville opened this issue 5 years ago • 0 comments

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.

neatville avatar May 07 '20 12:05 neatville