Class: Canvas::Cli
- Inherits:
-
Thor
- Object
- Thor
- Canvas::Cli
- Defined in:
- lib/canvas/cli.rb
Overview
:documented:
Instance Method Summary collapse
Instance Method Details
#__print_version ⇒ Object
17 18 19 |
# File 'lib/canvas/cli.rb', line 17 def __print_version puts Canvas::VERSION end |
#lint ⇒ Object
10 11 12 13 |
# File 'lib/canvas/cli.rb', line 10 def lint CLI::UI::StdoutRouter.enable Canvas::Lint.new.run end |