We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/rust-clique/man/blob/77e75bb820bff51de3ff2c3472282740b7654579/src/man/mod.rs#L110
Allow accepting not only required positional arguments, also allow optional, and vectors.
required
optional
vectors
The output should be something like:
SYNOPSIS my_cmd [OPTIONS] arg1 arg2? arg3...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/rust-clique/man/blob/77e75bb820bff51de3ff2c3472282740b7654579/src/man/mod.rs#L110
Allow accepting not only
required
positional arguments, also allowoptional
, andvectors
.The output should be something like:
TODOS
The text was updated successfully, but these errors were encountered: