-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature request: node's alias for CLI #434
Comments
Hello @olofhagsand, |
The work was started, but not completed. It was a mistake to add in the Yang without any code or testcase. |
Nor should it have been in the CHANGELOG. |
Got it. Thank you for strong support! |
@EvgeniiVR one thing I see when looking at the alias function. In the CLI one could alias a keyword to an alias, but it will still show in the original when shown as XML.
To change the symbol completely one needs to modify the YANG node itself which you probably do not want. |
I also see "alias" will be difficult for non-leafs. Due to existing code. |
New `clixon-autocli@2023-09-01.yang` revision Misc typos
Hello Team,
For our data model we are using a set of private and public yang models.
Due to this sometimes CLI looks no so pretty, semantically tricky and even not human readable.
So our idea is to have a feature extension that can be used in top level private yang with augment statement to define nodes with alias just for CLI representation and leave original public yang models as-is under the hood.
The text was updated successfully, but these errors were encountered: