We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to be able to allow arbitrary arguments in command sequences. For example for your example Cisco-like CLI...
interface encapsulation dot1ad dot1q
The arbitrary elements could be defined by regex. I'm not sure how iShell's classes would manage this.
If you have suggestions for how to do this, I could try to implement it.
The text was updated successfully, but these errors were encountered:
if the arbitrary arguments are at the end of the command it's just a matter of getting the full line at your run function and splitting it.
Sorry, something went wrong.
No branches or pull requests
It would be nice to be able to allow arbitrary arguments in command sequences. For example for your example Cisco-like CLI...
interface encapsulation dot1ad dot1q
The arbitrary elements could be defined by regex. I'm not sure how iShell's classes would manage this.
If you have suggestions for how to do this, I could try to implement it.
The text was updated successfully, but these errors were encountered: