[Core] Support filename and environment variable completion (#11817)

This commit is contained in:
Jiashuo Li 2020-01-15 10:52:57 +08:00 коммит произвёл GitHub
Родитель 78112a023b
Коммит 5cbcb42cd3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -18,4 +18,4 @@ _python_argcomplete() {
compopt -o nospace
fi
}
complete -o nospace -F _python_argcomplete "az"
complete -o nospace -o default -o bashdefault -F _python_argcomplete "az"

Просмотреть файл

@ -7,6 +7,10 @@ Release History
* Support app creation/update with the new sku name ST0, ST1, ST2.
**Misc**
* Fix #6371: Support filename and environment variable completion in Bash
2.0.80
++++++