clap-dispatch

Crates.ioclap-dispatch
lib.rsclap-dispatch
version0.1.1
created_at2025-01-25 11:57:25.309776+00
updated_at2025-01-25 12:05:18.196034+00
descriptionErgonomically dispatch CLI subcommands
homepage
repositoryhttps://github.com/jbirnick/clap-dispatch
max_upload_size
id1530534
size11,783
Johann Birnick (jbirnick)

documentation

README

clap-dispatch

Ergonomic way to dispatch CLI subcommands in Rust.

Useful when your CLI defines subcommands, all of which should do the same kind of action, just in a different way. I.e., when the subcommands are variants of running a certain action.

See the documentation.

Commit count: 6

cargo fmt