OptionsFor.workdirTemplate

Last part of the working directory name. A directory in the temp directory as returned by std.file.tmpDir with the naming scheme will be created to hold all data for the computation.

struct OptionsFor(DentistCommand command)
enum workdirTemplate = format!"dentist-%s-XXXXXX"(command);

Meta