File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { Argv } from 'yargs' ;
22import yargsParser from 'yargs-parser' ;
33import type { ToolCatalog , ToolDefinition } from '../runtime/types.ts' ;
4- import type { OutputStyle } from '../types/common.ts' ;
54import { DefaultToolInvoker } from '../runtime/tool-invoker.ts' ;
65import { schemaToYargsOptions , getUnsupportedSchemaKeys } from './schema-to-yargs.ts' ;
76import { convertArgvToToolParams } from '../runtime/naming.ts' ;
@@ -221,7 +220,6 @@ function registerToolSubcommand(
221220 const jsonArg = argv . json as string | undefined ;
222221 const profileOverride = argv . profile as string | undefined ;
223222 const outputFormat = ( argv . output as OutputFormat ) ?? 'text' ;
224- const outputStyle = ( argv . style as OutputStyle ) ?? 'normal' ;
225223 const socketPath = argv . socket as string ;
226224 const logLevel = argv [ 'log-level' ] as string | undefined ;
227225
You can’t perform that action at this time.
0 commit comments