From a1c5281a389658426390c0a82056e2b9f344c79c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 24 Sep 2022 10:33:06 +0200 Subject: [PATCH] Make files-ls more useful. --- main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lisp b/main.lisp index 56b31c6..b1611fb 100644 --- a/main.lisp +++ b/main.lisp @@ -493,7 +493,7 @@ (defun files-ls (&optional (path "/")) "List directories in local mutable namespace. /ipns/docs.ipfs.io/reference/api/http/#api-v0-files-ls" - (ipfs-call "files/ls" `(("arg" ,path)))) + (ipfs-call "files/ls" `(("arg" ,path) ("long" "true")))) ;; STRING [:BOOLEAN :NUMBER :STRING] → NIL || (NIL STRING) (defun files-mkdir (path &key (parents nil) (cid-version nil) (hash nil))