Skip to content

Is there any way to add options after input data #211

Answered by daniele77
vmudhire1234 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, @vmudhire1234

You can only get

show interface           # enter the menu show -> interface
show interface stats     # command stats inside the menu show -> interface
show interface debug     # command debug inside the menu show -> interface

where show and interface are menus and stats and debug are commands.

The library provides two ways to enter a command:

  1. Once inside its menu, enter just the name of the command (e.g., stats)
  2. From a menu parent of its menu, enter the "full path" of the command (e.g., show interface stats)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vmudhire1234
Comment options

Answer selected by daniele77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #210 on August 28, 2023 07:52.