Y
Hacker News
new
|
ask
|
show
|
jobs
by
johnisgood
394 days ago
For reference, here is true.c:
https://github.com/coreutils/coreutils/blob/master/src/true....
.
1 comments
AlecSchueler
394 days ago
So basically they also introduced the complexity of respecting --help and --version.
link
johnisgood
394 days ago
They did, because it is written somewhere that all GNU programs must conform to having --help and --version. I forgot where I read it.
link
1718627440
392 days ago
The GNU Coding Standard:
https://www.gnu.org/prep/standards/standards.html#Command_00...
link