HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pxr_CLI::CLI::FailureMessage Namespace Reference

Functions

std::string simple (const App *app, const Error &e)
 Printout a clean, simple message on error (the default in CLI11 1.5+) More...
 
std::string help (const App *app, const Error &e)
 Printout the full help string on error (if this fn is set, the old default for CLI11) More...
 

Function Documentation

CLI11_INLINE std::string pxr_CLI::CLI::FailureMessage::help ( const App *  app,
const Error e 
)

Printout the full help string on error (if this fn is set, the old default for CLI11)

Definition at line 8978 of file CLI11.h.

CLI11_INLINE std::string pxr_CLI::CLI::FailureMessage::simple ( const App *  app,
const Error e 
)

Printout a clean, simple message on error (the default in CLI11 1.5+)

Definition at line 8960 of file CLI11.h.