cli-battery-pack 0.4.0

Battery pack for building CLI applications in Rust
Documentation

cli-battery-pack

A battery pack for building CLI applications in Rust.

What's Included

Crate What it does
anyhow Ergonomic error handling for applications
clap Command-line argument parsing with derive macros
dialoguer Interactive prompts and user input

Optional features

  • indicatorsindicatif for progress bars, console for terminal styling
  • searchregex for pattern matching, ignore for gitignore-aware file walking

Quick Start

cargo bp add cli

Want progress bars too?

cargo bp add cli -F indicators

License

Licensed under either of:

at your option.