Class: Fontist::ImportCLI

Inherits:
Thor
  • Object
show all
Includes:
CLI::ClassOptions
Defined in:
lib/fontist/import_cli.rb

Instance Method Summary collapse

Methods included from CLI::ClassOptions

#handle_class_options

Instance Method Details

#macosObject



10
11
12
13
14
15
# File 'lib/fontist/import_cli.rb', line 10

def macos
  handle_class_options(options)
  require_relative "import/macos"
  Import::Macos.new(options).call
  CLI::STATUS_SUCCESS
end