Class: Fontist::ImportCLI
- Inherits:
-
Thor
- Object
- Thor
- Fontist::ImportCLI
- Includes:
- CLI::ClassOptions
- Defined in:
- lib/fontist/import_cli.rb
Instance Method Summary collapse
Methods included from CLI::ClassOptions
Instance Method Details
#google ⇒ Object
6 7 8 9 10 11 |
# File 'lib/fontist/import_cli.rb', line 6 def google () require "fontist/import/google_import" Fontist::Import::GoogleImport.new.call CLI::STATUS_SUCCESS end |
#macos ⇒ Object
14 15 16 17 18 19 |
# File 'lib/fontist/import_cli.rb', line 14 def macos () require_relative "import/macos" Import::Macos.new.call CLI::STATUS_SUCCESS end |