Fix zsh autocomplete script
Fix completion when argument startswith `-` Merged in upstream https://github.com/urfave/cli/pull/1062 Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
2
contrib/autocomplete/ctr
Executable file → Normal file
2
contrib/autocomplete/ctr
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
## This file is a direct copy of https://github.com/urfave/cli/blob/a221e662f14fd7404302444a5c4293409a401210/autocomplete/bash_autocomplete
|
||||
## This file is a direct copy of https://github.com/urfave/cli/blob/d04c0883fcc8860836ab30ade0fd29afa194ab23/autocomplete/bash_autocomplete
|
||||
|
||||
: ${PROG:=$(basename ${BASH_SOURCE})}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user