Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
881
export
function
run(argv?: string[]): void {
882
const
program = createProgram()
883
program.parse(argv ?? process.argv)
884
}
Callers
2
bin.ts
File · 0.90
cli.test.ts
File · 0.90
Calls
1
createProgram
Function · 0.85
Tested by
no test coverage detected