Remove some comments

pull/1248/head
William A. O. Brown 2018-10-25 21:40:57 +01:00
parent 9040359f6c
commit b9c34cb9c2
1 changed files with 2 additions and 8 deletions

View File

@ -1,15 +1,9 @@
#!/bin/bash
# Usage:
#
# To enable bash <tab> completion for lerna, add the following line (minus the
# leading #, which is the bash comment character) to your ~/.bashrc file:
#
# eval "$(lerna --completion=bash)"
# Enable bash autocompletion.
# Lerna autocompletion.
function _lerna_completions() {
# The currently-being-completed word.
local cur compls
# The currently-being-completed word.
cur="${COMP_WORDS[COMP_CWORD]}"
# Options