-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand_dbvar usage in clispec #553
Comments
Why dont you use the autocli where these rules are already generated? I put your YANG in clixon-example.yang, installed and started a backend and cli
If you want your own callback, you can add that in the clispec declaration:
where
If you really want to make manual rules, you can look at the generated rule with the
Then edit that to something you like, eg:
|
Hello team,
Have some issue with expand_dbvar usage in clispec file.
Does it support nested expansion when one list is located inside another?
If so what is the correct syntax for the path?
let's say we have the following simple yang
And in the cli I'd like to get the second list name expansion and completion to work.
I've tried the following spec:
Also tried the following paths:
but no luck.
The text was updated successfully, but these errors were encountered: