Module: Mry::CLI
- Defined in:
- lib/mry/cli.rb
Class Method Summary collapse
-
.run(argv) ⇒ Integer
Exit code.
Class Method Details
.run(argv) ⇒ Integer
Returns exit code.
6 7 8 9 10 |
# File 'lib/mry/cli.rb', line 6 def run(argv) target = parse_option(argv) Runner.run(argv, target) return 0 end |