carli

Crates.iocarli
lib.rscarli
version0.2.1
sourcesrc
created_at2022-01-17 02:00:33.876107
updated_at2022-01-18 06:03:44.713439
descriptionA library for rapid command line tool development.
homepagehttps://github.com/kherge/rs.carli
repositoryhttps://github.com/kherge/rs.carli/
max_upload_size
id515237
size72,635
wrangler (github:cloudflare:wrangler)

documentation

README

CarLI

A library for rapid command line tool development.

CarLI is a framework for creating single-command and multi-command CLI applications in Rust. The framework provides error and IO types better suited for the command line environment, especially in cases where unit testing is needed. Opinionated traits are also provided to enforce a consistent way of structuring the application and its subcommands.

See command::Main for a complete example.

Requirements

  • Rust 1.57+

Examples

Documentation

Please see docs.rs.

Commit count: 40

cargo fmt