You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple roots support
Now you may set multiple roots for your CLI app, this enable you to write a tool that may load different commands in different working directories.
Reasonable code coverage
With the help of baseman (https://github.com/vilic/baseman), the code coverage of clime has been tremendously improved. And multiple bugs have been addressed and fixed during the increment of code coverage.