Sha256: 99a608f4457c7acb3750aab9fd5d1ac3200154b399297379b66b8130240e70c5
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
require 'thor' # @Opulent module Opulent # @CLI class CLI < Thor desc 'hello NAME', 'Display greeting with given NAME' def hello(name) puts "Hello #{name}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opulent-1.0.9 | lib/opulent/cli.rb |
opulent-1.0.8 | lib/opulent/cli.rb |