how to expand uses
statements in pyang-style tree
#1866
-
I am trying to produce a pyang-like tree using yanglint. Unfortunately, the produced tree renders to be quite terse, as it displays the grouping name, and doesn't expand this group any further
|
Beta Was this translation helpful? Give feedback.
Answered by
michalvasko
Jun 9, 2022
Replies: 1 comment 4 replies
-
All the module in the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
hellt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the module in the
tree
output need to be implemented, so in your case you probably want to add the target module of the augment to the command line. It will then print itstree
output including the appended augment nodes.