source:
dasscm/trunk/etc/bash_completion.d/bash_completion_dasscm.sh@
1185
Last change on this file since 1185 was 886, checked in by , on Jun 25, 2010 at 7:38:12 PM | |
---|---|
File size: 114 bytes |
Rev | Line | |
---|---|---|
[886] | 1 | _dasscm() |
[885] | 2 | { |
[886] | 3 | COMPREPLY=( $(dasscm complete "${COMP_WORDS[@]:1}") ) |
4 | return 0 | |
[885] | 5 | |
6 | } | |
[886] | 7 | complete -F _dasscm dasscm |
Note:
See TracBrowser
for help on using the repository browser.