Prefix minimum length?
Open
cli
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Is there a reason for the unique name prefix requiring a minimum 4 character length?
In reference to `cli/config.py`:
```
VALID_NAME_PREFIX_FORMAT = r'[a-z][a-z0-9_]{3,50}'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.