/**
 * A brief description of the CLI tool's functionality.
 */
export const DESCRIPTION = "Generates one or more words|sentences|paragraphs";

/**
 * An example of how to use the CLI tool.
 */
export const USAGE = "3 words [options]";
