Nyora (JavaScript) - v0.1.1
    Preparing search index...

    Function main

    • Run the nyora-cli command and return a numeric exit code.

      With no subcommand (an empty or flags-only argv) this launches the interactive module:tui | TUI via its run() and returns its code. Otherwise it dispatches the matching subcommand. Recognized errors are printed as error: ... (no stack trace) and mapped to exit code 1.

      Parameters

      • argv: string[] = []

        CLI arguments excluding node and the script path (i.e. process.argv.slice(2)).

      Returns Promise<number>

      The process exit code.