[#HelpExampleCliNamed] = HelpExampleCliNamed :mrdocs: Format a bitcoin‐cli example invocation with named arguments. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string HelpExampleCliNamed( std::string const& methodname, xref:RPCArgList.adoc[RPCArgList] const& args); ---- == Return Value The example command line. == Parameters [cols="1,4"] |=== | Name| Description | *methodname* | The RPC method name. | *args* | The named arguments. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#