Class: AgileUtils::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/agile_utils/cli.rb

Instance Method Summary collapse

Instance Method Details

#usageObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/agile_utils/cli.rb', line 5

def usage
  puts <<-EOS
AgileUtils::Helper.capture
AgileUtils::Helper.make_list
AgileUtils::Helper.shell
AgileUtils::Helper.linux?
AgileUtils::Helper.osx?
AgileUtils::Helper.time
AgileUtils::Helper.uname
AgileUtils::FileUtil.find()
AgileUtils::FileUtils.delete()
AgileUtils::FileUtils.gunzip()
AgileUtils::FileUtils.tar_gzip_files()
  EOS
end