MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Help

Method Help

lib/mdflib/mdf2csv/src/programargument.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 static ProgramArgument& Instance();
16 void Parse(int argc, char* argv[]);
17 [[nodiscard]] bool Help() const { return show_help_;}
18 [[nodiscard]] bool Version() const { return show_version_;}
19
20 void NonInteractive(bool non_active) {non_interactive_ = non_active;}

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64