pyang icon indicating copy to clipboard operation
pyang copied to clipboard

Unable to use "-f xpath" or "--flatten-qualified-in-xpath"

Open davehouser1 opened this issue 3 years ago • 1 comments

Tried to run this commend

pyang -f xpath --flatten-qualified-in-xpath ./myfile.yang

But pyang does not recognize -f xpath or --flatten-qualified-in-xpath

How can I show the flattened xpath for my yang file?

davehouser1 avatar Sep 02 '21 22:09 davehouser1

try pyang -f flatten ...

mbj4668 avatar Sep 03 '21 05:09 mbj4668