pyperformance
pyperformance copied to clipboard
Pass granular values out of commands instead of "options" objects
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.