|
|
|
|
|
by sirsuki
2112 days ago
|
|
> There's never been a standard for naming and abbreviating flags, which means that for EACH program you will have to learn new flags. How is this different than web pages or GUI apps? Everyone is different and a button that does one thing in one app/page does something different in another. Have you tried to read GUI help files? They are written for 5 year olds and provide nothing you need as a dedicated user. Have you had to inspect the DOM of a website to try and intuit what something does it does not do? Least with command line apps usually you have a --help or man page. |
|
That's simply impossible with CLIs, you need at least read a "How to Get Started Immediately" note.