Add an extra alias for list

This commit is contained in:
2025-10-25 18:59:31 -07:00
parent 891257d3c3
commit ea0face5b6

View File

@ -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)