extract-colors-py icon indicating copy to clipboard operation
extract-colors-py copied to clipboard

ArgumentTypeErrors only appear in command line usage

Open SturgeonInc opened this issue 2 years ago • 1 comments

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

SturgeonInc avatar Dec 11 '22 03:12 SturgeonInc

I know the program is explicitly for the command line, but moving these to init.py would easily extend usage beyond that

SturgeonInc avatar Dec 11 '22 03:12 SturgeonInc