38 39 40 41 42
# File 'lib/cf/cli.rb', line 38 def help(*args) File.open(File.expand_path(File.dirname(__FILE__)+"/help.txt")).each_line{ |s| say s } end