I like CLI tools that everything I need can be found in a short command --help call, if I don’t need to use man command it’s even better.
I’ve used poor CLI tools for example adb you type this and you get almost a scientific article with more than 100 flags to use. No I don’t want to need to use grep.
A good one would be pacman it separates clearly what it does instead of shoving it all in a single command.
I like CLI tools that everything I need can be found in a short
command --helpcall, if I don’t need to useman commandit’s even better.I’ve used poor CLI tools for example
adbyou type this and you get almost a scientific article with more than 100 flags to use. No I don’t want to need to usegrep.A good one would be
pacmanit separates clearly what it does instead of shoving it all in a single command.