completing the function of hide for autocli-op in the yang files

This commit is contained in:
shmuels 2021-04-19 10:27:44 +03:00
parent c370ac8706
commit cede620a2a

View file

@ -611,6 +611,7 @@ yang2cli_var(clicon_handle h,
cb);
if (result < 0)
goto done;
if (result == 0)
yang2cli_helptext(cb, helptext);
}
cprintf(cb, ")");
@ -635,6 +636,7 @@ yang2cli_var(clicon_handle h,
cb);
if (result < 0)
goto done;
if (result == 0)
yang2cli_helptext(cb, helptext);
cprintf(cb, ")");
}