From b9c34cb9c297989581cf743cece984e8d4e34b05 Mon Sep 17 00:00:00 2001 From: "William A. O. Brown" Date: Thu, 25 Oct 2018 21:40:57 +0100 Subject: [PATCH] Remove some comments --- completion/available/lerna.completion.bash | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/completion/available/lerna.completion.bash b/completion/available/lerna.completion.bash index f8439d3e..792ea27b 100644 --- a/completion/available/lerna.completion.bash +++ b/completion/available/lerna.completion.bash @@ -1,15 +1,9 @@ #!/bin/bash -# Usage: -# -# To enable bash 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