@@ -37,7 +37,7 @@ You can list the contents of a node with the ``node:list`` command (or `ls`):
3737.. code-block :: bash
3838
3939 PHPCRSH > ls
40- /
40+ / [nt:unstructured] > nt:base
4141 +-----------------+-----------------+-----------------+
4242 | cms/ | nt:unstructured | |
4343 | jcr:primaryType | NAME | nt:unstructured |
@@ -48,7 +48,7 @@ Which also accepts a target:
4848.. code-block :: bash
4949
5050 PHPCRSH > ls cms
51- /cms
51+ /cms [nt:unstructured] > nt:base
5252 +--------------------+-----------------+-----------------------------------+
5353 | pages/ | nt:unstructured | |
5454 | posts/ | nt:unstructured | |
@@ -64,7 +64,7 @@ And a depth:
6464.. code-block :: bash
6565
6666 PHPCRSH > ls -L2
67- /
67+ / [nt:unstructured] > nt:base
6868 +--------------------------------------------------------------------------+-----------------+-----------------------------------+
6969 | cms/ | nt:unstructured | |
7070 | pages/ | nt:unstructured | |
@@ -92,14 +92,14 @@ node properties and children which are defined in the schema with the ``-t`` opt
9292.. code-block :: bash
9393
9494 PHPCRSH> ls
95- /cms/foo
95+ /cms/foo [nt:unstructured] > nt:base
9696 +--------------------+-------------------------+------------------------------------------------+
9797 | home | slinpTest:article | Home |
9898 | jcr:primaryType | NAME | slinpTest:article |
9999 | title | STRING | Slinp Web Content Framework |
100100 +--------------------+-------------------------+------------------------------------------------+
101101 PHPCRSH> ls -T
102- /cms/foo
102+ /cms/foo [nt:unstructured] > nt:base
103103 +--------------------+-------------------------+------------------------------------------------+
104104 | home | slinpTest:article | Home |
105105 | @* | nt:base | |
0 commit comments