/clapbasics

CLI learning project in Rust

Primary LanguageRust

Clapbasics - Search text in file(s)

Learn to create CLI tool using Rust.

CLI help:

cargo run -- --help

Run the app:

cargo run -- -p=lorem -f=cp.sample1.txt

Build the project:

cargo build -r