commit | 66f56f3973a8bff3558d0762391b597974de5a63 | [log] [tgz] |
---|---|---|
author | Shuo Wang Hsu <shuohsu@google.com> | Wed Apr 12 10:06:13 2023 -0700 |
committer | Shuo Wang Hsu <shuohsu@google.com> | Wed Apr 12 10:11:19 2023 -0700 |
tree | 3467cd8554e7e6b123c60761aea9cacb0c079d0d | |
parent | 9dfb911bac745e203263c1d2b9be3cfde2c1d44a [diff] |
Enable usage and error-context for clap 4 Usage and error-context were available by default previously in clap 3 but striped out as default features in clap 4. These offer useful help and error messages for users. Bug: 277921842 Test: m Change-Id: I11612f6a5d6797d6367be231fc61200e77b10d0d
Command Line Argument Parser for Rust
Dual-licensed under Apache 2.0 or MIT.
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see: