Closed Hejsil closed 2 years ago
Investigate not having this old untyped
api and just make the typed api the default. Pretty sure it is a superset of the old one.
EDIT: This comment is out of date
One thing that is more of a pain now is if you want all your arguments to just be strings, but you want the value names to be something custom. Before, this was easier.
The new usage pattern is something like this:
One can use
clap.parsers.default
instead when they just want something that parses some typesusize
,str
,f32
and the like.@mattnite @kristoff-it I know that you guys use clap so some thoughts would be nice :)