Sha256: 4eb7175568017ba64276cc743cd8a8a4fb73fe9e604c2464f118e4a8efa326da
Contents?: true
Size: 143 Bytes
Versions: 1
Compression:
Stored size: 143 Bytes
Contents
require "thor" module Hud class CLI < Thor desc "hello NAME", "say hello to NAME" def hello(name) puts "Hello #{name}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hud-1.0.0 | bin/cli |