Adapt to cligen parse API
This commit is contained in:
parent
79d1d2e95a
commit
e1a8e0d40b
3 changed files with 9 additions and 9 deletions
|
|
@ -174,7 +174,7 @@ cli_parse_file(clicon_handle h,
|
|||
{
|
||||
cligen_handle ch = cligen(h);
|
||||
|
||||
return cligen_parse_file(ch, f, name, pt, globals);
|
||||
return clispec_parse_file(ch, f, name, NULL, pt, globals);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue