pycycle icon indicating copy to clipboard operation
pycycle copied to clipboard

Update cli.py

Open MichaelQuaMan opened this issue 3 years ago • 0 comments

Set default to a string, instead of "False", which causes the type to be "BOOLEAN".

#21

Error: Invalid value for '--source': 'path_to_project/' is not a valid boolean.
Options:
  --source BOOLEAN  Try to find cycles in the path provided.
  --ignore TEXT     Comma separated directories that will be ignored during
                    analysis.

MichaelQuaMan avatar Jan 15 '22 20:01 MichaelQuaMan