Registry / cli / quicli

quicli

JSON →
library0.4.0rscratesunverified

Quickly build cool CLI apps in Rust with minimal boilerplate.

# Cargo.toml [dependencies] quicli = "0.4.0"
INSTALL
IMPORT
SIG · QUICLI
Q
quicli
clirustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

main
use quicli::prelude::*;

A minimal CLI app using quicli.

use quicli::prelude::*; fn main() -> CliResult { println!("Hello, CLI!"); Ok(()) }
Debug
Known issues
gotchaQuicli is no longer actively maintained; consider using clap or structopt directly.
fix
Migrate to clap v3+ or structopt for better support.
affects: >=0.4.0
Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
quicli — cargo add quicli · libregistry