We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f340c commit c98aed9Copy full SHA for c98aed9
1 file changed
src/main.ts
@@ -32,8 +32,6 @@ import type {ToolDefinition} from './tools/ToolDefinition.js';
32
import {tools} from './tools/tools.js';
33
import {VERSION} from './version.js';
34
35
-
36
37
export const args = parseArguments(VERSION);
38
39
const logFile = args.logFile ? saveLogsToFile(args.logFile) : undefined;
0 commit comments