Implemented: [Request to suppress auto-completion for "deprecated" / "obsolete" status and warn the user.](https://github.com/clicon/clixon/issues/410)

This commit is contained in:
Olof hagsand 2023-02-14 15:57:17 +01:00
parent fcf9a8b0b0
commit 0ef0970c04
4 changed files with 276 additions and 4 deletions

View file

@ -191,3 +191,13 @@
* To keep the previous behavior (as in 6.0) set this option with #define
*/
#undef NETCONF_DEFAULT_RETRIEVAL_REPORT_ALL
/*! Temporary backward-compatible option for not generating CLI for obsolete YANG
* Introduced in 6.1, remove in 6.2
*/
#define AUTOCLI_OBSOLETE_SKIP
/*! Temporary backward-compatible option for hiding CLI for deprecated YANG
* Introduced in 6.1, remove in 6.2
*/
#define AUTOCLI_DEPRECATED_HIDE