Merge branch 'autocli' of https://github.com/shmuelnatan/clixon into shmuelnatan-autocli

This commit is contained in:
Olof hagsand 2021-04-22 20:45:51 +02:00
commit 1c7e52f829
8 changed files with 379 additions and 37 deletions

View file

@ -35,7 +35,10 @@ Expected: June 2021
### Minor features
* Add default network namespace constant: `RESTCONF_NETNS_DEFAULT` with default value "default".
* CLI: Two new hide variables added (thanks: shmuelnatan)
* hide-database : specifies that a command is not visible in database. This can be useful for setting passwords and not exposing them to users.
* hide-database-auto-completion : specifies that a command is not visible in database and in auto completion. This can be useful for a password that was put in device by super user, not be changed.
## 5.1.0
15 April 2021