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
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
A lot of *nix programs (grep, make, ls, git to name a few) make use of optional flag arguments. Usually they look like this (taken from
make --help
):So
flag_j
would essentially be aOption<Option<i32>>
.I'd like to see this feature in docopt as well.
This was also brought up in #299 in the vanilla docopt repo, but there have been no comments so far.
The text was updated successfully, but these errors were encountered: