watson-ruby
watson-ruby copied to clipboard
Add option to save output to file also [lib/watson/config.rb]
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()