Sha256: 122bdc945e3735dcc71385defdce32073752bc90b641528e63d78c0847b08063
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
require 'plist4r/config' require 'plist4r/options' require 'plist4r/commands' module Plist4r # The Plist4r Application Object. Instantiated for command-line mode # @see Plist4r::CLI class Application def initialize *args, &blk @cli = Plist4r::CLI.new Plist4r::Config[:args] = @cli.parse puts "Plist4r::Config[:args] = " + Plist4r::Config[:args].inspect @commands = Plist4r::Commands.new @commands.run end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plist4r-0.2.2 | lib/plist4r/application.rb |