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:
@@ -24,4 +24,4 @@ _heat()
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
complete -F _heat heat
|
||||
complete -o default -o nospace -F _heat heat
|
||||
|
||||
Reference in New Issue
Block a user