Hwaro::CLI::Commands::Tool::ExportCommand
Inherits Reference / Object
Constants
DESCRIPTION = "Export content to other platforms"
FLAGS = [FlagInfo.new(short: "-o", long: "--output", description: "Output directory (default: export)", takes_value: true, value_hint: "DIR"), CONTENT_DIR_FLAG, DRAFTS_FLAG, VERBOSE_FLAG, HELP_FLAG]
NAME = "export"
POSITIONAL_ARGS = ["target-type"]
POSITIONAL_CHOICES = ["hugo", "jekyll"]
Class methods
metadata
SourceInstance methods
run(args : Array(String))
Source