Class: Suma::Cli::Build
- Inherits:
-
Thor
- Object
- Thor
- Suma::Cli::Build
- Defined in:
- lib/suma/cli/build.rb
Overview
Build command for building collections
Instance Method Summary collapse
Instance Method Details
#build(metanorma_site_manifest) ⇒ Object
20 21 22 23 24 25 26 27 28 |
# File 'lib/suma/cli/build.rb', line 20 def build() unless File.exist?() raise Errno::ENOENT, "Specified Metanorma site manifest file " \ "`#{}` not found." end # Allow errors to propagate run(, ) end |