lib/metanorma/cli/commands/site.rb in metanorma-cli-1.4.5 vs lib/metanorma/cli/commands/site.rb in metanorma-cli-1.4.6pre
- old
+ new
@@ -16,9 +16,11 @@
)
option :agree_to_terms, type: :boolean, desc: "Agree / Disagree with all third-party licensing terms "\
"presented (WARNING: do know what you are agreeing with!)"
option :no_install_fonts, type: :boolean, desc: "Skip the font installation process"
option :continue_without_fonts, type: :boolean, desc: "Continue processing even when fonts are missing"
+ option :stylesheet, alias: "-s", desc: "Stylesheet file path for rendering HTML page"
+ option :template_dir, alias: "-t", desc: "Liquid template directory to render site design"
def generate(source_path = Dir.pwd)
Cli::SiteGenerator.generate(source_path, options, filter_compile_options(options))
UI.say("Site has been generated at #{options[:output_dir]}")
rescue Cli::Errors::InvalidManifestFileError