MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Parse

Function Parse

Source/CLI/CommandLine_Parser.cpp:52–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//***************************************************************************
51
52int Parse(Core &MI, MediaInfoNameSpace::String &Argument)
53{
54 if (0);
55 OPTION("--full", Full)
56 OPTION("-f", Full)
57 OPTION("--help-", Help_xxx)
58 OPTION("--help", Help)
59 OPTION("-h", Help)
60 OPTION("--info-parameters", Info_Parameters)
61 OPTION("--info-canhandleurls", Info_CanHandleUrls)
62 OPTION("--language", Language)
63 OPTION("--output=", Output)
64 OPTION("--logfile=", LogFile)
65 OPTION("--bom", Bom)
66 OPTION("--version", Version)
67 //Obsolete
68 OPTION("-lang=raw", Language)
69 //Default
70 OPTION("--", Default)
71 else
72 return MI_ADD;
73
74 return MI_OK;
75}
76
77//---------------------------------------------------------------------------
78CL_OPTION(Full)

Callers 2

mainFunction · 0.85
GUI_MainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected