/rust_cli

Primary LanguageRust

Rust CLI

A basic CLI written in rust.

Operations supported:

  1. echo: Prints the messaage to the screen. Ex: echo Hello!!
  2. cat: Opens up a file. Ex: cat abc.json

Way to run the CLI

  1. Clone the repo
  2. Do cargo run build.
  3. It would open up the CLI which would look something like this:

image