MCPcopy Create free account
hub / github.com/argotorg/solidity / positionalOptionsDescription

Method positionalOptionsDescription

solc/CommandLineParser.cpp:961–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961po::positional_options_description CommandLineParser::positionalOptionsDescription()
962{
963 // All positional options should be interpreted as input files
964 po::positional_options_description filesPositions;
965 filesPositions.add(g_strInputFile.c_str(), -1);
966 return filesPositions;
967}
968
969void CommandLineParser::parseArgs(int _argc, char const* const* _argv)
970{

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected