feat: add option to set where pipeline logfiles go

This commit is contained in:
2024-08-06 20:05:20 +02:00
parent 2ebbc86799
commit 6c1102db43
5 changed files with 48 additions and 26 deletions

View File

@ -11,6 +11,7 @@ typedef struct {
bool version;
bool use_colors;
optional_str log_file;
optional_str pipeline_log_dir;
} cli_options;
// Construct a new cli_options struct instance.