clap/clap_lex
Ed Page ae78f88d48
Merge pull request #3852 from epage/msrv
chore: Bump MSRV from 1.56.0 to 1.56.1
2022-06-17 09:23:06 -05:00
..
src feat(lex): Allow checking if at end of input 2022-05-16 15:08:47 -05:00
tests fix(lex)!: Don't do prefix matching by default 2022-04-27 12:38:12 -05:00
Cargo.toml Merge pull request #3852 from epage/msrv 2022-06-17 09:23:06 -05:00
CHANGELOG.md chore: Release 2022-06-13 09:37:47 -05:00
CONTRIBUTING.md feat(lex): Pull out clap_lex 2022-04-15 10:55:37 -05:00
LICENSE-APACHE feat(lex): Pull out clap_lex 2022-04-15 10:55:37 -05:00
LICENSE-MIT feat(lex): Pull out clap_lex 2022-04-15 10:55:37 -05:00
README.md chore: Release 2022-06-13 09:37:47 -05:00

clap_lex

Minimal, flexible command line parser

Crates.io Crates.io License License

Dual-licensed under Apache 2.0 or MIT.

  1. About
  2. API Reference
  3. Questions & Discussions
  4. CONTRIBUTING
  5. Sponsors

About