Class: Publication::CLI
- Inherits:
-
Thor
- Object
- Thor
- Publication::CLI
- Defined in:
- lib/publication/cli.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
7 8 9 |
# File 'lib/publication/cli.rb', line 7 def init Publication::Setup.init end |
#publish ⇒ Object
22 23 24 25 |
# File 'lib/publication/cli.rb', line 22 def publish opts = .deep_symbolize_keys Publication::Publisher.new(**opts).publish end |
#spellcheck ⇒ Object
12 13 14 |
# File 'lib/publication/cli.rb', line 12 def spellcheck Publication::Spellchecker.check end |