Method: Astromapper::Cli#build
- Defined in:
- lib/astromapper/cli.rb
#build(type = 'sector') ⇒ Object
58 59 60 61 |
# File 'lib/astromapper/cli.rb', line 58 def build(type='sector') say "Building #{type}: #{config['name'].inspect}" Astromapper::Exporter.run(root_dir, ) end |