: node find¶
Find a node (or nodes) that matches the given pattern or type
Usage: : node find [OPTIONS] [NODEPATH_NEEDLE]...
Arguments¶
| Name | Description | Possible values | Default |
|---|---|---|---|
<NODEPATH_NEEDLE> | The NodePath to search for. If empty, find all nodes |
Options¶
| Name | Description | Possible values | Default |
|---|---|---|---|
-a--all | If set, returns all nodes that match the given pattern, instead of just the first one | true, false | |
-p--path | If set, returns the full NodePath of the node, instead of the node itself | true, false | |
-t--type | If set, returns only nodes that inherit the given type |