1
0
Форкнуть 0

Making echo a bit more reliable with newlines.

This commit is contained in:
Rohit Mehta 2018-09-06 00:22:46 -07:00
Родитель 298c3122f9
Коммит b5f0a380c0
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -78,4 +78,4 @@ completion+="\n}"
completion+="\n"
completion+="\ncomplete -o default -F _sfdx sfdx"
echo "$completion" > sfdx.bash
echo -e "$completion" > sfdx.bash

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

@ -70,6 +70,7 @@ _sfdx()
force:lightning:component:create \
force:lightning:event:create \
force:lightning:interface:create \
force:lightning:lint \
force:lightning:test:create \
force:lightning:test:install \
force:lightning:test:run \