Skip to content

🦀 A basic CLI made using the Clap library in Rust.

License

Notifications You must be signed in to change notification settings

aidakdev/basic-cli-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🦀 A basic CLI made using the Clap library in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages