clap/clap_lex
2022-05-18 10:35:30 -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 fix: Switch to 2021 edition 2022-05-18 10:35:30 -05:00
CHANGELOG.md chore: Release 2022-04-30 06:35:57 -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-04-30 06:35:57 -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