cli: remove double-added args

--drawing-sheet and --define-var were already added in the parent class
This commit is contained in:
Graham Keeth 2023-11-20 20:38:54 -05:00 committed by Mark Roszko
parent ab79977d9b
commit fa580601f2
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ CLI::PCB_EXPORT_GERBERS_COMMAND::PCB_EXPORT_GERBERS_COMMAND() :
PCB_EXPORT_GERBER_COMMAND( "gerbers" )
{
m_requireLayers = false;
addDrawingSheetArg();
addDefineArg();
m_argParser.add_description( UTF8STDSTR( _( "Plot multiple Gerbers for a PCB, including the "
"ability to use stored board plot settings" ) ) );