mbrubeck / compleat

Generate command-line completions using a simple DSL.
http://limpet.net/mbrubeck/2009/10/30/compleat.html
472 stars 18 forks source link

Verbose mode #5

Open NV opened 14 years ago

NV commented 14 years ago

Feature request. List options from man page, without opening, well, man page.

$ ls -↹
-A      List all entries except for . and ...  Always set for the super-user.
-B      Force printing of non-printable characters (as defined by ctype(3) and current locale settings) in file names as \xxx, where xxx is the numeric
         value of the character in octal.
-C      Force multi-column output; this is the default when output is to a terminal.
...