From ea0face5b696297d3428e40bf2d050f3c7ec78f8 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 25 Oct 2025 18:59:31 -0700 Subject: [PATCH] Add an extra alias for list --- clash/clash.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/clash/clash.lisp b/clash/clash.lisp index d2a6940..bb69a54 100644 --- a/clash/clash.lisp +++ b/clash/clash.lisp @@ -481,6 +481,7 @@ list of trash directories that were present in INFOS." "Return the Clingon command for the \"list\" subcommand." (clingon:make-command :name "list" + :aliases '("ls") :description "list files in trash directories" :usage "[options] [pattern]" :options (list/options)