lib/dryrun.rb in dryrun-0.5.4 vs lib/dryrun.rb in dryrun-0.5.5

- old
+ new

@@ -3,11 +3,10 @@ require 'tmpdir' require 'fileutils' require 'dryrun/github' require 'dryrun/version' require 'dryrun/android_project' -require 'pry' module DryRun class MainApp def initialize(arguments) @@ -16,25 +15,16 @@ # defaults @app_path = nil @custom_module = nil @flavour = '' - # Parse Options - # arguments.push "-h" if arguments.length == 0 - unless @url puts @opt_parser.help exit end create_options_parser(arguments) - - # @opt_parser.parse!(arguments) - - # create_options_parser - - end def create_options_parser(args) args.options do |opts| opts.banner = "Usage: dryrun GITHUB_URL [OPTIONS]"