Open NV opened 14 years ago
Thanks for the report! Strings in Compleat usage files right now are always treated as whole words/tokens. There's no way yet to do regexp-style patterns within a word. So unfortunately you need to do something this:
ls [-A|-B|-C|-F] ...
I'll see if I can solve this, either in a general way, or with a specific syntax for short (single-letter) options.
How ls.usage should look like?
(
↹
is a tab key)This is not what I'm expecting. Ok, another try:
Instead of file listing
-
added.Space after
-
should not exist.BTW, the idea of compleat is really elegant. I like it.