Comment by tardedmeme 15 hours ago I see you've never tried to run command --help | less 3 comments tardedmeme Reply king_geedorah 9 minutes ago Honestly if your help output requires the use of a pager or a text search utility to be useful I question why you didn’t just write a man page in the first place. anyfoo 15 hours ago I just said that I always do `command --help 2>&1 | less`? tardedmeme 13 hours ago Pretty annoying. Wouldn't it be good if command --help would just display the help?
king_geedorah 9 minutes ago Honestly if your help output requires the use of a pager or a text search utility to be useful I question why you didn’t just write a man page in the first place.
anyfoo 15 hours ago I just said that I always do `command --help 2>&1 | less`? tardedmeme 13 hours ago Pretty annoying. Wouldn't it be good if command --help would just display the help?
tardedmeme 13 hours ago Pretty annoying. Wouldn't it be good if command --help would just display the help?
Honestly if your help output requires the use of a pager or a text search utility to be useful I question why you didn’t just write a man page in the first place.
I just said that I always do `command --help 2>&1 | less`?
Pretty annoying. Wouldn't it be good if command --help would just display the help?