KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_git_mergedriver.cpp File Reference
#include "command_git_mergedriver.h"
#include <cli/exit_codes.h>
#include <diff_merge/merge_dispatch.h>
#include <string_utils.h>
#include <wildcards_and_files_ext.h>
#include <wx/crt.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>

Go to the source code of this file.

Macros

#define ARG_KIND   "--kind"
 
#define ARG_ANCESTOR   "ancestor"
 
#define ARG_OURS   "ours"
 
#define ARG_THEIRS   "theirs"
 
#define ARG_OUTPUT_F   "--output"
 

Macro Definition Documentation

◆ ARG_ANCESTOR

◆ ARG_KIND

#define ARG_KIND   "--kind"

◆ ARG_OURS

◆ ARG_OUTPUT_F

◆ ARG_THEIRS