ls should output files, too
weberjn opened this issue · 1 comments
weberjn commented
catcli ls tmptest/a
should output
tmptest/a
and
catcli ls -l tmptest/a
should output
262 Oct 14 15:11 tmptest/a
deadc0de6 commented
@weberjn this feature has been added in the branch features-42. Could you give it a try?
You can get it like this:
git clone https://github.com/deadc0de6/catcli.git
cd catcli
git checkout features-42
python3 -m catcli.catcli -B ls --catalog=<catalog-path> <something-here>