Skip to content

CommandlineProcessing::generateStringFromArgList

Build a string from the argList.

Synopsis

Declared in <commandlineProcessing/commandline_processing.h>

[[visibility]]
std::string
generateStringFromArgList(
    std::vector<std::string> argList,
    bool skipInitialEntry,
    bool skipSourceFiles);

Return Value

Combined command line string.

Parameters

Name

Description

argList

Argument list.

skipInitialEntry

Whether to skip the first entry.

skipSourceFiles

Whether to skip source file arguments.

Created with MrDocs