Class: Seeker::JunosCLI
Constant Summary
Constants inherited from CLI
Instance Attribute Summary
Attributes inherited from CLI
Instance Method Summary collapse
Instance Method Details
#opts_parse ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/seeker/junos/cli.rb', line 5 def opts_parse opts = Slop.parse(:help=>true) do 'Usage: junos-seeker [options] hostname' on 'l=', 'level', 'Level to start from, e.g. chassis, system, routing-options' on 'd', 'debug', 'Debug (optionally with level)', :optional_argument=>true end end |