mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 342 forks source link

How to generate tree file from many yang files #825

Open Xia-ky opened 1 year ago

Xia-ky commented 1 year ago

I used to generate the tree file from a folder which is filled with yang files with pyang -f tree ./*.yang but now it shows Invalid argument: './*.yang'

The pyang version is 2.5.2