Thank you for this tool!
It would be nice to have the ability to construct requirement strings (eg. relax requirements while parsing the output of some package manager) through a template like $MAJOR.$MINOR.*. Of course this can be done by concatenating $(... get major).$(... get minor).*, but it will be more ergonomic to pass a template string in.
Thank you for this tool!
It would be nice to have the ability to construct requirement strings (eg. relax requirements while parsing the output of some package manager) through a template like
$MAJOR.$MINOR.*. Of course this can be done by concatenating$(... get major).$(... get minor).*, but it will be more ergonomic to pass a template string in.