CESNET / netconf-cli

A NETCONF-talking CLI

Home Page:https://gerrit.cesnet.cz/q/project:CzechLight%252Fnetconf-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`prepare` and `exec`: tab-completion offers all nodes

jktjkt opened this issue · comments

This is what gets shown currently:

/> prepare czechlight-system:authentication/users[name='root']/<Tab>
add-authorized-key/    authorized-keys        change-password/       name                   password-last-change

As a minimum, it should filter out leafs/leaf-lists (and if we want to be super-fancy and awesome, also containers/lists with no actions below, recursively).