| 
    KiCad PCB EDA Suite
    
   | 
 
#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" | 
| #define ARG_JOB_FILE "--file" | 
Definition at line 38 of file command_jobset_run.cpp.
Referenced by CLI::JOBSET_RUN_COMMAND::doPerform(), and CLI::JOBSET_RUN_COMMAND::JOBSET_RUN_COMMAND().
| #define ARG_OUTPUT "--output" | 
Definition at line 39 of file command_jobset_run.cpp.
| #define ARG_STOP_ON_ERROR "--stop-on-error" | 
Definition at line 37 of file command_jobset_run.cpp.
Referenced by CLI::JOBSET_RUN_COMMAND::doPerform(), and CLI::JOBSET_RUN_COMMAND::JOBSET_RUN_COMMAND().