KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_jobset_run.cpp File Reference
#include "command_jobset_run.h"
#include <cli/exit_codes.h>
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <jobs/jobset.h>
#include <jobs/job_registry.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <macros.h>
#include <wx/tokenzr.h>
#include <jobs_runner.h>
#include <reporter.h>

Go to the source code of this file.

Macros

#define ARG_STOP_ON_ERROR   "--stop-on-error"
 
#define ARG_JOB_FILE   "--file"
 
#define ARG_OUTPUT   "--output"
 

Macro Definition Documentation

◆ ARG_JOB_FILE

#define ARG_JOB_FILE   "--file"

Definition at line 38 of file command_jobset_run.cpp.

◆ ARG_OUTPUT

#define ARG_OUTPUT   "--output"

Definition at line 39 of file command_jobset_run.cpp.

◆ ARG_STOP_ON_ERROR

#define ARG_STOP_ON_ERROR   "--stop-on-error"

Definition at line 37 of file command_jobset_run.cpp.