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
For positional parameters, I think the one way to pass along negative numbers would be to use the -- argument. After --, Clize and other parsers no longer treat - as a special character:
> python cli.py -- -10.0
If arg was an option rather than a positional argument, Clize would also pick it up because it occurs in a spot where it is not expecting an option:
Hi,
is there any way to set negative number as argument ?
The text was updated successfully, but these errors were encountered: