watson-ruby icon indicating copy to clipboard operation
watson-ruby copied to clipboard

Add option to save output to file also [lib/watson/config.rb]

Open nhmood opened this issue 11 years ago • 0 comments

filename : lib/watson/config.rb line # : 90 tag : todo md5 : 8c2cca11be5bb9238647bba4868ec6e4

        # [todo] - Add option to save output to file also
        @use_less = false
            # Data containers
        @ignore_list    = Array.new()
        @dir_list       = Array.new()
        @file_list      = Array.new()
        @tag_list       = Array.new()

        # Remote options
        @remote_valid   = false

        @github_valid   = false
        @github_api     = ""
        @github_repo    = ""
        @github_issues  = {:open   => Hash.new(),
                          :closed => Hash.new()

nhmood avatar Nov 21 '13 16:11 nhmood