|
Crombie Tools
|
Sets the auto-complete available for people using the crombie command line tools. More...
Go to the source code of this file.
Namespaces | |
| crombie_completion | |
Variables | |
| tuple | crombie_completion.COMPREPLY = ( $(compgen -W "${subcommands[@]}" $cur ) ) |
| crombie_completion.cur = ${COMP_WORDS[COMP_CWORD]} | |
| crombie_completion.dir = $CROMBIEPATH/scripts | |
| crombie_completion.f = $(basename $f) | |
| tuple | crombie_completion.files = ($dir/*.[p,s]? $dir/*.R) |
| tuple | crombie_completion.fullobjects = ($CROMBIEPATH/old/*/src/*.cc) |
| tuple | crombie_completion.objects = () |
| crombie_completion.prev = ${COMP_WORDS[$((COMP_CWORD-1))]} | |
| tuple | crombie_completion.subcommands = () |
| string | crombie_completion.withext = "$( basename $obj )" |
Sets the auto-complete available for people using the crombie command line tools.
Definition in file crombie_completion.sh.