extract-colors-py
extract-colors-py copied to clipboard
ArgumentTypeErrors only appear in command line usage
ArgumentTypeErrors are only raised if using the command line because the functions that do the raising (parse_tolerance and parse_limit) are defined and called exclusively in command.py
I know the program is explicitly for the command line, but moving these to init.py would easily extend usage beyond that