Merge pull request #462 from davide125/completion

Drop shebang for bash completion
This commit is contained in:
Zack 2022-04-07 07:14:20 -07:00 committed by GitHub
commit 386c99d057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#! /bin/bash
: ${PROG:=$(basename ${BASH_SOURCE})}
_cli_bash_autocomplete() {