summaryrefslogtreecommitdiff
path: root/src/xi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xi.sh')
-rwxr-xr-xsrc/xi.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xi.sh b/src/xi.sh
index 3ae684a..39581e9 100755
--- a/src/xi.sh
+++ b/src/xi.sh
@@ -38,6 +38,8 @@ Available Commands:
download a .xipkg file
keyimport [name] [url]
import a key from a url
+ clean
+ clean cached files and data
search [query]
search the database for a package
@@ -153,6 +155,11 @@ else
set -o noglob
keyimport $@
;;
+ "clean")
+ shift
+ . ${LIBDIR}/remove.sh
+ clean $@
+ ;;
"list")
list
;;