Home > @rushstack/ts-command-line > ICommandLineParserOptions > toolEpilog
ICommandLineParserOptions.toolEpilog property
An optional string to append at the end of the "--help" main page. If not provided, an epilog will be automatically generated based on the toolFilename.
Signature:
toolEpilog?: string;