When the command `pass code ls` is executed, it prints an empty tree: ```➜ pass code ls Password Store └── ``` The desired output should be the human-readable password store tree: ```➜ pass code ls Password Store ├── folder-1 │ └── subfolder-1 │ └── file-1 └── folder-2 └── subfolder-2 └── file-2 ```
When the command
pass code lsis executed, it prints an empty tree:The desired output should be the human-readable password store tree: