1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve Makefile More... over 9 years ago
Remove clap_typehandlers.py (that was ugly) More... over 9 years ago
Stylistic changes in README More... about 10 years ago
Language changes in Changelog More... about 10 years ago
clap.helper.makelines() now handles newlines better More... over 10 years ago
Global and local options are not separated by newline More... over 10 years ago
Fixed bug which crashed helper when command had no doc More... over 10 years ago
Fixed bug that prevented dispaying help for single options More... over 10 years ago
Colorizing is now enabled on-demand, the default for colorization is off More... over 10 years ago
Added FIXME file for quick notes about bugs that need fixing More... over 10 years ago
TODO: enabling color only on demand (currently use 'less -R' as pager to avoid problems with strange chars being displayed) More... over 10 years ago
Added basic coloring support (requires 'colored' Python lib) More... over 10 years ago
Adjusted sys.path in examples/ More... over 10 years ago
Updated doc in parser (one comment), test suite and Changelog More... over 10 years ago
Fixed documentation for options More... over 10 years ago
Updated checker More... over 10 years ago
Updated Changelog More... over 10 years ago
Updated test suite More... over 10 years ago
Initial support (first version of implementation) for implied options More... over 10 years ago
Option object got a new method: .conflicts() which returns a list of options it has conflicts with More... over 10 years ago
All CLAP-specific errors now inherit from base CLAPError More... over 10 years ago
Two new parameters added to CLAP options: 'defaults' (for option arguments) and 'implies' (similar to 'requires' and 'wants') More... over 10 years ago
Release 0.10.0-rc.2 More... over 10 years ago
Updated changelog More... over 10 years ago
Update and bugfix in Help Runner: added the ability to list --usage and --examples separately, fixed wrong method name being used in _byhelpoptions() for help screen generation More... over 10 years ago
Small update in test suite (one more test case in one of the test methods) More... over 10 years ago
Updated examples More... over 10 years ago
Release 0.10.0-rc.1 More... over 10 years ago
Updated Makefile More... over 10 years ago
Even moar renanmez. More... over 10 years ago