clirk - The CLI Clerk.
This function initializes a CLI with the provided options. It parses arguments, provides CLI package information and takes over common CLI tasks like generating help messages, displaying version information, and handling SIGINT.
The options for clirk.
A promise that resolves to the ClirkContext, which contains the parsed arguments and options as well as CLI package information.
clirk - The CLI Clerk.
This function initializes a CLI with the provided options. It parses arguments, provides CLI package information and takes over common CLI tasks like generating help messages, displaying version information, and handling SIGINT.