This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: color/clr
Releases · color/clr
Add support for enum type hinting of args
v0.3.10 Add support for enum type hints on args (#28)
Improve module loading error messages
v0.3.9 improve errors (#27)
Raise error for cmds with vararg after optional arg
Raise error for cmds with vararg after optional arg (#25) * Better cache clear and give error for funky cmd signatures * bump * better completion with vararg
Cast config path as string for coverage
v0.3.7 Cast clr config file path to a str. Keeping it as a Path object break…
Fix typo in inspect call
v0.3.6 fix typo
Use inspect instead of dir for listing methods #24
Use inspect instead of dir for listing methods (#24) * Use inspect instead of dir for listing method
Don't print command result to stdout
v0.3.4 Bump version
CommandSpec cache fails silently
CommandSpec caching fails silently. (#23) Ran into failure on deployer with multiple processes accessing the same cache file. This is now solved in 3 ways: - Instead of holding the cache file open for the duration of the `clr` command, only open it to read it's data on startup and when adding new entries. - Any failures in caching are silently ignored. - Cache is only loaded if actually will be used (only for help and completion calls)
Remove version requirement for dataclasses
More flexible dataclass version (#22) No version requirement on dataclasses dep.
More robust to different bash versions
v0.3.1 Make completions script robust to different bash configurations/versi…