cli: add commands to inspect the tree
This commit is contained in:
parent
bd04b09171
commit
38d7a60d00
14 changed files with 1072 additions and 8 deletions
|
|
@ -56,7 +56,7 @@ impl PlaceholderNode {
|
|||
state,
|
||||
node.tl_data().title.borrow().clone(),
|
||||
node.node_client(),
|
||||
ToplevelType::Placeholder,
|
||||
ToplevelType::Placeholder(Some(node.tl_data().identifier.get())),
|
||||
id,
|
||||
slf,
|
||||
),
|
||||
|
|
@ -75,7 +75,7 @@ impl PlaceholderNode {
|
|||
state,
|
||||
String::new(),
|
||||
None,
|
||||
ToplevelType::Placeholder,
|
||||
ToplevelType::Placeholder(None),
|
||||
id,
|
||||
slf,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue