Commit a36c8cd0 authored by Кирилл Уницаев's avatar Кирилл Уницаев Committed by Vitaly Lipatov

bash completion update

parent 7eb3608b
......@@ -98,7 +98,7 @@ __eepm_complete_repack() {
__eepm_list_available_packages_play()
{
local options='--remove --update --list --list-all --list-scripts --short --installed --product-alternatives --quiet'
local options='--remove --update --latest --list --list-all --list-scripts --short --installed --ipfs --product-alternatives --quiet'
if [[ ! $cur == -* ]]; then
COMPREPLY=( $( epm play --list-all --quiet --short ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment