subcommands
Here are 43 public repositories matching this topic...
While answering #878, I realized, that both user manual and quick guide could be improved. Goal should be to get first time users started as quickly as possible.
Thinking back to my first time contact with picocli I remembered it wasn't straightforward for me to get things up and running, either. Don't get me wrong: The picocli manual is very complete, concise and was/is of great help for me in m
Hello,
I was working on a crate and found inconsistent newlines when argh prints help for a binary when using different forms of doc comments.
When fields within a FromArgs struct are documented using /// style doc comments, and consecutive lines also begin with /// every newline and break in the doc comment is ignored when the --help string is printed. If instead the fields are docume
It would help contributors if we made getting started an easy process.
The process is basically the git flow...
- Make an issue to propose your change
- Fork the repo
- Make your changes
- Add tests
- ensure all tests pass
- Make a pull request referencing your original proposal
- Get recognition (crate CONTRIBUTORS.md?)
-
Updated
Jan 4, 2019 - Objective-C
It seems like we've got most of the data. It would be nice to generate (and install?) a man or um page.
-
Updated
Nov 13, 2019 - PHP
Fish shell comes with completions so I suggest to move the completions to the fish shell repository. I will make a pull request with your completions to fish-shell. Feel free to comment here fish-shell/fish-shell#4731.
-
Updated
Nov 6, 2019 - Dart
-
Updated
Aug 18, 2019 - Python
-
Updated
Jun 18, 2020 - C++
-
Updated
Sep 22, 2016 - Python
-
Updated
May 28, 2020 - Rust
-
Updated
Jun 9, 2020 - D
-
Updated
Sep 9, 2019 - Perl
-
Updated
Apr 11, 2020 - Go
Clean up the README
See if parts of the text (sample code etc) can be generated from the source code, instead of maintaining an extra README file.
-
Updated
Apr 25, 2020 - Rust
-
Updated
Apr 26, 2018 - Go
-
Updated
Apr 27, 2020 - Swift
-
Updated
Mar 28, 2020 - Python
-
Updated
May 7, 2017 - Go
-
Updated
Jan 30, 2020 - Python
-
Updated
Mar 2, 2018 - Rust
-
Updated
Jul 4, 2017 - Common Lisp
-
Updated
Jan 6, 2018 - Go
-
Updated
Mar 30, 2017 - JavaScript
Improve this page
Add a description, image, and links to the subcommands topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the subcommands topic, visit your repo's landing page and select "manage topics."
Clap version
master branch (d210b9fcedba48c997e8e83ce06f0c18dacb8d55)
Where
https://github.com/clap-rs/clap/blob/master/src/build/arg/mod.rs#L3729-L3777
What's wrong
The
Arg::multiple_values()method doc talks about empty values instead (?!) is this a copy-paste error?/// Allows an argument to accept explicitly empty values. An empty value must be specif