5 ms·
If we could just get a standard for -? or /? or --? I would be happy already.
by PostPlummer 6y ago
If we could just get a standard for -? or /? or --? I would be happy already.
- chuchurocka 6y agosame for -help / --help. And there are the rogue commands that use -? and --help for the same...
- jooize 6y agoPerhaps I don't understand what you are talking about. One hyphen for single-character combinable flags, and two hyphens for multi-character flags.
- yjftsjthsd-h 6y agoWe do? It's -a for short options, --foo for long options, and /too for DOS/Windows. Some commands break the standard and use -long, but that's their own bug.