Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 650 Bytes

Basic CLI

A basic CLI made using the Clap library in Rust.

Installation

This CLI can only be installed by directly compiling the binary on your machine. To do this, you'll first need to install Rust. Once you've cloned the repository, execute this command within the directory:

cargo install --path .

Usage

basic-cli greet Name

This is a basic program, so this is the only command that you can execute. You will be greeted like: "Hello, name".

Contributing

Contributions are welcome! Please open an issue or pull request if you find any bugs or have any suggestions.