phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

Show property length #131

Closed dantleech closed 9 years ago

dantleech commented 9 years ago
PHPCRSH > ls
/foo/jcr:content
+-----------------+--------+-----------------+
| jcr:primaryType | NAME   | nt:unstructured |
| jcr:data        | BINARY | (binary data)   |
| jcr:mimeType    | STRING | application/xml |
+-----------------+--------+-----------------+
1 nodes in set (0.000029 sec)

i.e. would be nice to see how big a binary is.

dantleech commented 9 years ago

Fixed in #132