Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: color/clr

Add support for enum type hinting of args

03 Aug 18:17
685a451
Compare
Choose a tag to compare
v0.3.10

Add support for enum type hints on args (#28)

Improve module loading error messages

30 Jun 20:48
77cde50
Compare
Choose a tag to compare
v0.3.9

improve errors (#27)

Raise error for cmds with vararg after optional arg

22 Jun 07:39
9cc8595
Compare
Choose a tag to compare
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

16 Jun 02:35
3143bf2
Compare
Choose a tag to compare
v0.3.7

Cast clr config file path to a str. Keeping it as a Path object break…

Fix typo in inspect call

15 Jun 18:18
Compare
Choose a tag to compare
v0.3.6

fix typo

Use inspect instead of dir for listing methods #24

15 Jun 17:53
70506d7
Compare
Choose a tag to compare
Use inspect instead of dir for listing methods (#24)

* Use inspect instead of dir for listing method

Don't print command result to stdout

15 Jun 07:33
Compare
Choose a tag to compare

CommandSpec cache fails silently

26 May 16:55
acc5714
Compare
Choose a tag to compare
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

20 May 19:05
54d5059
Compare
Choose a tag to compare
More flexible dataclass version (#22)

No version requirement on dataclasses dep.

More robust to different bash versions

19 May 19:10
Compare
Choose a tag to compare
v0.3.1

Make completions script robust to different bash configurations/versi…