Print usage to errorStream, using the specified programName.
Synopsis
Declared in <balcl_commandline.h>
void
printUsage(
std::ostream& errorStream,
std::string_view const& programName) const;
Parameters
Name |
Description |
errorStream |
stream to which usage is written |
programName |
name of the program in the printed usage |
Created with MrDocs