William Lupton
William Lupton
But won't this mean that the comment is not present in yang output (with -f yang)? I feel it might be better instead not to support such comments at all...
Thanks. See PR #244.
Here an update on these, and one addition. I'd be happy to create PRs for any of these that people feel are worth fixing. 1. _--plugindir documentation says --plugindir=PLUGINDIR but...
I'll create separate PRs for items 1, 2 and 4, and will probably create a new issue for item 5.
@masif-cs, perhaps you could write your own little plugin that outputs the information that you need? Plugins can be quite simple. For example the `name` plugin (in `pyang/plugins/name.py`) is only...
Off the top of my head (i.e. I haven't checked) I don't think that the path is considered when opening files specified on the command line. Therefore it opens the...
Oh, and please note that recent pyang versions when run with the `--verbose` (`-V`) option will output a list of files as it opens them (with `(CL)` for files specified...
This might be related to issue #684?
@mbj4668, any thoughts on this? Thanks
Thanks. Will do.