On 2012-04-16 11:16, Paul Wise wrote: > AFAICT the completion for ls misses the --full-time option:
It does indeed. The line where --full-time is in --help output trips our _longopt function: $ echo "--full-time like -l --time-style=full-iso" \ | sed -ne 's/.*\(--[-A-Za-z0-9]\{1,\}=\{0,1\}\).*/\1/p' --time-style= _parse_help would work better. _______________________________________________ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel