37 .default_value( std::string() )
38 .help(
UTF8STDSTR(
_(
"Comma separated list of untranslated layer names to include "
39 "such as F.Cu,B.Cu" ) ) )
40 .metavar(
"LAYER_LIST" );
47 .default_value( std::string() )
48 .help(
UTF8STDSTR(
_(
"Layers to include on each plot, comma separated list of "
49 "untranslated layer names to include such as F.Cu,B.Cu" ) ) )
50 .metavar(
"COMMON_LAYER_LIST" );
argparse::ArgumentParser m_argParser
COMMAND(const std::string &aName)
Define a new COMMAND instance.
void addCommonArgs(bool aInput, bool aOutput, INPUT_TYPE aInputType, bool aOutputIsDir)
Set up the most common of args used across cli.
#define ARG_COMMON_LAYERS
PCB_EXPORT_BASE_COMMAND(const std::string &aName, INPUT_TYPE aInputType=INPUT_TYPE::FILE, bool aOutputIsDir=false)
void addCommonLayersArg()