Documentation for Simbo's Packages
    Preparing search index...

    Function clirk

    • 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.

      Parameters

      Returns Promise<ClirkContext>

      A promise that resolves to the ClirkContext, which contains the parsed arguments and options as well as CLI package information.