Method: Nanoc::CLI.root_command
- Defined in:
- lib/nanoc/cli.rb
.root_command ⇒ Cri::Command
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns The root command, i.e. the command-line tool itself.
94 95 96 |
# File 'lib/nanoc/cli.rb', line 94 def self.root_command @root_command end |