MCPcopy Create free account
hub / github.com/deepnote/deepnote / CatOptions

Interface CatOptions

packages/cli/src/commands/cat.ts:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface CatOptions {
37 output?: OutputFormat
38 notebook?: string
39 type?: FilterableBlockType
40 tree?: boolean
41}
42
43export function createCatAction(_program: Command): (path: string, options: CatOptions) => Promise<void> {
44 return async (path, options) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected