Class: Suma::Cli
- Inherits:
-
Thor
- Object
- Thor
- Suma::Cli
- Extended by:
- ThorExt::Start
- Defined in:
- lib/suma/cli.rb
Instance Method Summary collapse
Methods included from ThorExt::Start
Instance Method Details
#build(metanorma_site_manifest) ⇒ Object
19 20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/suma/cli.rb', line 19 def build() unless File.exist?() raise Errno::ENOENT, "Specified Metanorma site manifest file " \ "`#{}` not found." end begin run(, ) rescue StandardError => e log_error(e) end end |