Code cleanup
Created by: stratact
In the shell:
- Described what the
help
argument is used for in the doc comments - Reduce lines of code by idiomizing in Rust more
- Removed unneeded cloning, because cloning a
&str
is not necessary to useto_string()
.