Method: VScripts.cli
- Defined in:
- lib/vscripts.rb
.cli ⇒ Object
Reads the command line arguments
8 9 10 |
# File 'lib/vscripts.rb', line 8 def self.cli @cli ||= CommandLine.new # Parses command line end |
Reads the command line arguments
8 9 10 |
# File 'lib/vscripts.rb', line 8 def self.cli @cli ||= CommandLine.new # Parses command line end |