Documentation for Simbo's Packages
    Preparing search index...
    • Wraps a CLI function to catch errors and handle a graceful exit.

      Parameters

      • cliFn: (workingDir?: string) => void | Promise<void>

        The CLI function to wrap.

      • workingDir: string = ...

        The working directory for the CLI function.

      Returns Promise<void>