Print usage to the specified errorStream, using the specified programName as the name of the program in the printed usage.

Synopsis

Declared in <balcl_commandline.h>

void
printUsage(
    std::ostream& errorStream,
    std::string_view const& programName) const;

Created with MrDocs