27 bool aInputCanBeDir,
bool aOutputIsDir ) :
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" );
void addCommonArgs(bool aInput, bool aOutput, bool aInputCanBeDir, bool aOutputIsDir)
Set up the most common of args used across cli.
#define ARG_COMMON_LAYERS
PCB_EXPORT_BASE_COMMAND(const std::string &aName, bool aInputCanBeDir=false, bool aOutputIsDir=false)
void addCommonLayersArg()