Making echo a bit more reliable with newlines.
This commit is contained in:
Родитель
298c3122f9
Коммит
b5f0a380c0
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче