custom_cli/README.md

16 lines
306 B
Markdown
Raw Permalink Normal View History

2024-11-25 19:17:07 +00:00
# rShell
Writing a shell inspired by bash (obviously) but also inspired by Ruckus and Cisco's CLIs where you don't have to type out the full comamnd. As long as it is distinct. Simmilar to how the `ip` command words in Linux. Where
```bash
ip address
```
and this
```bash
ip a
```
are the same thing.