Parcourir la source

Added appid= to bash-completion

pull/3/head
Tuncer Ayaz il y a 15 ans
Parent
révision
d32bd6d4a1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      priv/shell-completion/bash/rebar

+ 1
- 1
priv/shell-completion/bash/rebar Voir le fichier

@ -11,7 +11,7 @@ _rebar()
cmdsnvars="analyze build_plt check_plt clean compile \ cmdsnvars="analyze build_plt check_plt clean compile \
create-app create-node eunit generate \ create-app create-node eunit generate \
int_test perf_test test \ int_test perf_test test \
case= force=1 jobs= suite= verbose=1"
case= force=1 jobs= suite= verbose=1 appid="
if [[ ${cur} == --* ]] ; then if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) ) COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )

Chargement…
Annuler
Enregistrer