MCPcopy
hub / github.com/deepnote/deepnote / run

Function run

packages/cli/src/cli.ts:881–884  ·  view source on GitHub ↗
(argv?: string[])

Source from the content-addressed store, hash-verified

879 * This is the main entry point for the CLI.
880 */
881export function run(argv?: string[]): void {
882 const program = createProgram()
883 program.parse(argv ?? process.argv)
884}

Callers 2

bin.tsFile · 0.90
cli.test.tsFile · 0.90

Calls 1

createProgramFunction · 0.85

Tested by

no test coverage detected