From ee7c68cef40403cf654ecf4a8c55a348be28fd90 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 6 Feb 2024 12:41:51 -0800 Subject: xls: show tree(1)-style output if called as xtree Closes: #321 [via git-merge-pr] --- _xtools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_xtools') diff --git a/_xtools b/_xtools index 905f6c0..8284ed0 100644 --- a/_xtools +++ b/_xtools @@ -1,4 +1,4 @@ -#compdef xbuildbarf xbulk xbump xchangelog xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmypkgs xoptdiff xpkg xpkgdiff xq xrecent xrevbump xrevshlib xsrc xsubpkg +#compdef xbuildbarf xbulk xbump xchangelog xcheckrestart xdbg xdiff xdowngrade xgensum xgrep xi xilog xlg xlocate xlog xls xmypkgs xoptdiff xpkg xpkgdiff xq xrecent xrevbump xrevshlib xsrc xsubpkg xtree _xbps # force autoload @@ -159,6 +159,7 @@ _xtools() { xrevshlib) _xtools_one_template "$@";; xsrc) _xtools_one_template "$@";; xsubpkg) _xsubpkg "$@";; + xtree) _xtools_just_packages "$@";; esac } -- cgit 1.4.1