Module: Exctl
- Defined in:
- lib/exctl.rb,
lib/exctl/cli.rb,
lib/exctl/commands.rb,
lib/exctl/dispatch.rb
Defined Under Namespace
Classes: CLI, Cmd, Commands, Dispatch
Constant Summary collapse
- LIB_DIR =
Path[File.dirname(__FILE__)]
- TEMPLATE_DIR =
(LIB_DIR ** '..') ** 'templates'
- VFILE =
(LIB_DIR ** '..') ** 'VERSION'
- VERSION =
VFILE.exists? ? VFILE.read : ''