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
This would work but is to some extend a hack. The main problem with this is that all help* functions become useless because they put <> around the value string.
A simple fix would be to make the formatting in parseParam accept a custom formatstring. But I am not sure that this is the right solution.
When this usecase is considered valid then I'll spend some time thinking about a good solution.
The text was updated successfully, but these errors were encountered:
Aah, so this is a request for improving parseParam and help to support more exotic help "value descriptions" per say. Yea, if we can come up with something good, then I'm all for making this improvement 👍
I'd like to parse something like
--mode <width>x<height>[@<refresh>Hz]
.To my from my current understanding this is not possible.
I intended to write it as follows:
This would work but is to some extend a hack. The main problem with this is that all
help*
functions become useless because they put<>
around the value string.A simple fix would be to make the formatting in
parseParam
accept a custom formatstring. But I am not sure that this is the right solution.When this usecase is considered valid then I'll spend some time thinking about a good solution.
The text was updated successfully, but these errors were encountered: