Enable default in bash completion

This adds default options to bash completion, allowing to put filenames
after options like --template-file.

Change-Id: I8881028186f26d8fccb611daabf92ba028ca41a8
This commit is contained in:
Thomas Herve 2014-02-05 17:26:15 +01:00
parent 806f551d1f
commit a609d95bd2
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ _heat()
fi
return 0
}
complete -F _heat heat
complete -o default -o nospace -F _heat heat