Skip to content

Commit

Permalink
Added "edcd" option to completion
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Jul 3, 2016
1 parent af5a113 commit 23b0244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/td-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ _td_import()
return 0
fi
if [[ "${COMP_WORDS[i]}" = "edapi" ]]; then
opts="csvs name save eddn"
opts="csvs name save eddn edcd"
COMPREPLY+=( $(compgen -W "${opts}" -- ${cur}) )
return 0
fi
Expand Down

0 comments on commit 23b0244

Please sign in to comment.