On Wed, Feb 26, 2020 at 10:56:54AM -0500, Brad Bishop wrote: > Does anyone have a favorite reference that outlines de-facto command line > interface conventions and best practices? Things like e.g. long options > should have two dashes, options should not have capital letters, etc? > > thanks! > > -brad https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html https://www.gnu.org/software/libc/manual/html_node/Getopt.html I will say one pet peeve of mine is when a multi-word option is --long_option but I don't see that discussed in any of these. -- Patrick Williams