Adapt to CLIgen 4.6 API changes
This commit is contained in:
parent
48dfc1201f
commit
7d0b245174
7 changed files with 48 additions and 22 deletions
|
|
@ -1306,5 +1306,5 @@ cli_help(clicon_handle h, cvec *vars, cvec *argv)
|
|||
parse_tree *pt;
|
||||
|
||||
pt = cligen_tree_active_get(ch);
|
||||
return cligen_help(stdout, *pt);
|
||||
return cligen_help(stdout, pt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue