Error: Invalid value for '--source': '.' is not a valid boolean.
Open
- Dominant language
- Python
- Stars
- 363
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Version: `pycycle 0.0.8`
Tried to use but `--source` requires a BOOLEAN and not a string:
```
Error: Invalid value for '--source': 'path_to_code' is not a valid boolean.
```
```
pycycle.exe
Usage: pycycle [OPTIONS] COMMAND [ARGS]...
Options:
--source BOOLEAN Try to find cycles in the path provided.
--ignore TEXT Comma separated directories that will be ignored during
analysis.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.