started refactoring xgrep

This commit is contained in:
rkiel
2015-06-02 23:28:43 -04:00
parent 7df428fa7e
commit cc26c266a0
3 changed files with 141 additions and 0 deletions

View File

@@ -1,5 +1,18 @@
#!/usr/bin/env ruby
require_relative '../lib/xgrep/commander'
require_relative '../lib/xgrep/rails_env'
commander = Commander.new
if commander.valid?
commander.execute
else
commander.help
end
exit
ands = [ ]
ors = [ ]
nots = [ ]