[#ArgsManager-GetUnsuitableSectionOnlyArgs] = xref:ArgsManager.adoc[ArgsManager]::GetUnsuitableSectionOnlyArgs :relfileprefix: ../ :mrdocs: Log warnings for options in m_section_only_args when they are specified in the default section but not overridden on the command line or in a network‐specific section in the config file. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381ac468)]] std::set<std::string> GetUnsuitableSectionOnlyArgs() const; ---- == Return Value The set of section‐only argument names used unsuitably. [.small]#Created with https://www.mrdocs.com[MrDocs]#