diff options
| author | Mark Stapp <mjs@labn.net> | 2023-11-09 10:27:42 -0500 |
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2024-01-30 08:09:25 -0500 |
| commit | 678292b9be5922562dcd8bae0660492ff95e5a59 (patch) | |
| tree | 66fe92748d289738ba7dbd55f4e6b4f560328f0d /vtysh | |
| parent | 77143ce77ad1fda236c1abea2482fe26aee96a62 (diff) | |
vtysh: un-hide the show configuration nb cli
The "show configuration running" cli is pretty useful when
doing NB work; unhide it so it's easier to use.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to 'vtysh')
| -rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 940b63b0e1..4cb46b87a5 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -3120,7 +3120,7 @@ DEFUN (vtysh_show_error_code, } /* Northbound. */ -DEFUN_HIDDEN (show_config_running, +DEFUN (show_config_running, show_config_running_cmd, "show configuration running\ [<json|xml> [translate WORD]]\ |
