Method: VScripts.cli

Defined in:
lib/vscripts.rb

.cliObject

Reads the command line arguments



8
9
10
# File 'lib/vscripts.rb', line 8

def self.cli
  @cli ||= CommandLine.new # Parses command line
end