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
#handle_class_options, included, #log_level
Instance Method Details
#google ⇒ Object
      13 14 15 16 17 18  | 
    
      # File 'lib/fontist/import_cli.rb', line 13 def google () require "fontist/import/google_import" Fontist::Import::GoogleImport.new().call CLI::STATUS_SUCCESS end  |