Add cache support ✅\ Orginize the code ❌
First you need to build the binary
```bash
cargo build --release
```
```bash
rignore -help
USAGE: rignore [LANGUAGE] [SUBCOMMAND]
ARGS:
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: clear Clears the cache help Print this message or the help of the given subcommand(s) list Lists suported languages
```
For example: ```bash
rignore rust
```
If you don't provide a language it will print all the languages that gitignore.io supportes.
But if you want to list by cli command you can use ```bash
rignore list
You can clear the cache with clear command
```bash
rignore clear
```