Sha256: abe0090de3723f10be94ff0556f03ef41dc71f67a158addcb1cf6b26ab13acca
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true require 'thor' # Thor command class for the cli class CLI < Thor desc 'hello', 'Says hello' def hello Thor::Shell::Basic.new.say "Hello!", :cyan end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whatup-0.1.0 | lib/whatup/cli.rb |