Skip to content

Commit c2ba5cd

Browse files
committed
fix: remove unused outputStyle variable and import
1 parent 42dcd77 commit c2ba5cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/cli/register-tool-commands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { Argv } from 'yargs';
22
import yargsParser from 'yargs-parser';
33
import type { ToolCatalog, ToolDefinition } from '../runtime/types.ts';
4-
import type { OutputStyle } from '../types/common.ts';
54
import { DefaultToolInvoker } from '../runtime/tool-invoker.ts';
65
import { schemaToYargsOptions, getUnsupportedSchemaKeys } from './schema-to-yargs.ts';
76
import { 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

0 commit comments

Comments
 (0)