pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

Pass granular values out of commands instead of "options" objects

Open ericsnowcurrently opened this issue 3 years ago • 0 comments

Currently we pass the CLI "options" object to internal code in the implementation of the commands. There would be several benefits to instead passing the actual values needed instead.

ericsnowcurrently avatar Mar 28 '22 16:03 ericsnowcurrently