daniele77 / cli

A library for interactive command line interfaces in modern C++
Boost Software License 1.0
1.23k stars 140 forks source link

Is there any way to add options aftrer input data #210

Closed vmudhire1234 closed 1 year ago

vmudhire1234 commented 1 year ago

Hello Daniel, Thanks for supporting the CLI.

I would like to check if there is any way to add commands like below

show interface show interface stats show interface debug

Here is option data. Is there any way to add another option after entering option data, like above command.

Thank you -venkat