11namespace fs = std::filesystem;
void setup_subcommand_assemble(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
Setup the assemble subcommand in the CLI application.
int run_subcommand_assemble(SubcommandAssembleOptions const &opt, const RuxOptions &global_opt)
Run the assemble subcommand with given options.
Collection of all options for the assemble subcommand.
fs::path db_path_out
Output database path.
std::vector< fs::path > paths_in
Input file paths to assemble.