Skip to content

Commit

Permalink
vtysh: un-hide the show configuration nb cli
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Mark Stapp committed Nov 13, 2023
1 parent 040a788 commit 09e2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtysh/vtysh.c
Original file line number Diff line number Diff line change
Expand Up @@ -3068,7 +3068,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]]\
Expand Down

0 comments on commit 09e2fdf

Please sign in to comment.