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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: