Sha256: 8f52c20ebeb598e8dd82fdccce805cf512527ab6d8bb1ec3944a49effdf249b0
Contents?: true
Size: 273 Bytes
Versions: 4
Compression:
Stored size: 273 Bytes
Contents
#!/usr/bin/env ruby require 'wielder_of_anor' woa = WielderOfAnor::WielderOfAnor.new woa.help if ARGV[0] == 'help' woa.first_run if ARGV[0] == 'config' woa.output_forbidden_words if ARGV[0] == 'words' woa.prepare(ARGV[0], ARGV[1]) woa.wielder_of_anor
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wielder_of_anor-0.1.4 | bin/wielder_of_anor |
wielder_of_anor-0.1.2 | bin/wielder_of_anor |
wielder_of_anor-0.1.01 | bin/wielder_of_anor |
wielder_of_anor-0.1.0 | bin/wielder_of_anor |