|
|
|
|
|
by dec0dedab0de
66 days ago
|
|
Please don't ever make the short version of a cli flag be different than the long version. The short version is for typing on the fly, and the long version is for scripts, they should have identical output. The full thorough documentation should be in man, and/or info. |
|
I agree with your point that most flags should generally treat short versions as exact aliases to long flags, but I just think that a convention that treats -h and --help as concise vs long is 100% reasonable. The distinction is often breadth vs depth.