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 is not clear if this API supports numeric (integers and floating points) values. One often needs to pass a specific numeric parameters. For example: --max-delay 3000 --max-error 3.24
It also needs to provide support for default values, for when they are omitted and a sensible default needs to be used in that case.
(If this functionality is actually supported the documentation doesn't show how to do this, so needs to be updated).
The text was updated successfully, but these errors were encountered:
There's a section about parsing in the documentation but you're right it's a little obscure if you're not familiar with type classes... I'll add an example.
It is not clear if this API supports numeric (integers and floating points) values. One often needs to pass a specific numeric parameters. For example: --max-delay 3000 --max-error 3.24
It also needs to provide support for default values, for when they are omitted and a sensible default needs to be used in that case.
(If this functionality is actually supported the documentation doesn't show how to do this, so needs to be updated).
The text was updated successfully, but these errors were encountered: