Sha256: a73113777a10c3fdd132896d1ceee13366cf6ec8c69d698fefb1f96e421c0291

Contents?: true

Size: 311 Bytes

Versions: 9

Compression:

Stored size: 311 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.add_forbidden_word(ARGV[1]) if ARGV[0] == 'add'

woa.prepare(ARGV[0], ARGV[1])

woa.wielder_of_anor

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wielder_of_anor-1.0.3 bin/wielder_of_anor
wielder_of_anor-1.0.2 bin/wielder_of_anor
wielder_of_anor-1.0.1 bin/wielder_of_anor
wielder_of_anor-1.0.0 bin/wielder_of_anor
wielder_of_anor-0.4.4 bin/wielder_of_anor
wielder_of_anor-0.4.3 bin/wielder_of_anor
wielder_of_anor-0.4.2 bin/wielder_of_anor
wielder_of_anor-0.4.1 bin/wielder_of_anor
wielder_of_anor-0.4.0 bin/wielder_of_anor