From 74726034533af4a5da8b5173a8ea04cf7facca73 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 22 Oct 2018 20:17:27 +0200 Subject: Add undocumented options to clm completion --- clean/.bash_completion.d/clm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean') diff --git a/clean/.bash_completion.d/clm b/clean/.bash_completion.d/clm index 85b77af..9eb873d 100644 --- a/clean/.bash_completion.d/clm +++ b/clean/.bash_completion.d/clm @@ -5,7 +5,7 @@ _clm() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" - opts="-I -IL -P -w -nw -d -nd -sa -nsa -mv -ms -O -PO -S -PS -ABC -PABC -c -lt -nlt -lat -nlat -lset -ci -nci -ou -nou -fusion -nfusion -pt -npt -desc -exl -tst -funcmayfail -ns -no-opt-link -l -sl -e -E -aC -h -s -b -sc -t -nt -gc -ngc -st -nst -nr -gcm -gcc -gcf -gci -optabc -bytecode" + opts="-I -IL -P -w -nw -d -nd -sa -nsa -mv -ms -O -PO -S -PS -ABC -PABC -c -lt -nlt -lat -nlat -lset -ci -nci -ou -nou -fusion -nfusion -pt -npt -desc -exl -tst -funcmayfail -varnotused -funcnotused -nowarn -ns -no-opt-link -l -sl -e -E -aC -h -s -b -sc -t -nt -gc -ngc -st -nst -nr -gcm -gcc -gcf -gci -dynamics -nortsopts -p -pic -optabc -bytecode" case $prev in "-IL") -- cgit v1.2.3