cli-tools
cli-tools copied to clipboard
Example for simple command?
A simple tool simply parses its command line arguments and executes some code using those arguments (think: ls or cat)
Good suggestion!