IOS-style command line interface module?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Wilson

    #1

    IOS-style command line interface module?

    Hi folks,

    I seem to remember seeing a module some time in the distant past that
    provided an API for implementing Cisco IOS-like command line
    interfaces. I can't for the life of me find a reference to it on Google
    now.

    Does anyone know what I'm talking about?

    Thanks,


    David.

  • insyte@gmail.com

    #2
    Re: IOS-style command line interface module?

    Are you by any chance referring to the "cmd" module?

    Comment

    • hugonz@gmail.com

      #3
      Re: IOS-style command line interface module?

      Hell, this sounds interesting. Do you mean like matching commands when
      they are not yet complete, like

      sh tech

      instead of:

      show tech-support
      ?

      Comment

      • David Wilson

        #4
        Re: IOS-style command line interface module?

        Doh, I am indeed referring to the standard "cmd" module - thanks!

        To insyte@gmail.co m, the above module does what you describe.

        Thanks again,


        David.

        Comment

        Working...