camuthig / rust-ecko

A basic Rust CLI application demonstration pattern matching on subcommands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecko

Ecko is a basic CLI application, written in Rust and using quicli, to demonstrate pattern matching on CLI subcommands.

Running

Say hello

cargo run hello world

Say goodbye

cargo run goodbye world

Get excited

cargo run -- -p '!' hello world

About

A basic Rust CLI application demonstration pattern matching on subcommands


Languages

Language:Rust 100.0%