10namespace fs = std::filesystem;
void setup_subcommand_assemble(CLI::App &app)
Setup the assemble subcommand in the CLI application.
int run_subcommand_assemble(SubcommandAssembleOptions const &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.