mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
535 stars 344 forks source link

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

Open davehouser1 opened 3 years ago

davehouser1 commented 3 years ago

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?

mbj4668 commented 3 years ago

try pyang -f flatten ...