Module: Zomgit::Commands
- Defined in:
- lib/zomgit/commands.rb,
lib/zomgit/commands/find.rb,
lib/zomgit/commands/status.rb
Defined Under Namespace
Classes: BasicCommand, FindCommand, StatusCommand
Constant Summary collapse
- EXECUTION_METHOD =
:execute!- FILES =
Dir.glob(File.join(File.dirname(File.realpath(__FILE__)), "commands", "*.rb"))
- LIST =
FILES.map { |c| File.basename(c, ".rb") }