use Parser;/// The format to use for timestampspub filename_format: ,/// The output directory to write the file to.////// If a filename is specified instead of a directory, this will be used/// for the output filename in place of `filename_format`.pub out: String,