fstab50 / xlines

Counts number of lines of code in a project (python3 implementation)
GNU General Public License v3.0
1 stars 1 forks source link

Bash completion: include completion responses after single char options #19

Open fstab50 opened 5 years ago

fstab50 commented 5 years ago

Example:

$ xlines  -m  <tab><tab>

should present completions for --sum, --debug, and --whitespace

Currently, bash completion has no knowledge of single char options