Skip to content

how to append the command after arugment? #97

Description

@PFtyrant

Hi there!
stuck in the following situations...

  1. How do I append a command after an argument?
    example:
cmd looks like: ip igmp snooping vlan <VLAN-LIST> mrouter interfaces <INTERFACE-LIST>
  - ip
    - igmp
      - snooping
        - vlan
          - VLAN-LIST                     --> argument here
            - mrouter
              - interfaces
                - INTERFACES-LIST         --> argument here
  1. command and argument can't be at the same depth?
    example:
  •  VLAN
      -  <VLAN-LIST>                    --> this is arguments for VLAN
      -  default-vlan                   --> this is a sub command of VLAN command
    

I would appreciate any feedback! Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions