Method: ZergXcode::Plugins::Ls#help

Defined in:
lib/zerg_xcode/plugins/ls.rb

#helpObject



2
3
4
5
6
7
8
9
10
# File 'lib/zerg_xcode/plugins/ls.rb', line 2

def help
  {:short => 'shows the files in a project',
   :long => "Usage: ls [path]\n\nLists all the files in the project at the given path. If no path is given, looks\nfor a project in the current directory.\n" }
end