Class: Fontist::ImportCLI
- Inherits:
-
Thor
- Object
- Thor
- Fontist::ImportCLI
- Defined in:
- lib/fontist/import_cli.rb
Instance Method Summary collapse
Instance Method Details
#macos ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/fontist/import_cli.rb', line 9 def macos if [:formulas_path] Fontist.formulas_path = Pathname.new([:formulas_path]) end require_relative "import/macos" Import::Macos.new().call CLI::STATUS_SUCCESS end |