设计tracer

This commit is contained in:
2025-11-13 20:48:49 +08:00
parent e34e2389f8
commit 0ba82716dc
7 changed files with 31 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import { Commander } from "./commander";
import { ArrayTracer } from "./tracer";
import { Commander } from './commander';
import { ArrayTracer } from './tracer';
const arrayTracer = ArrayTracer.define<number>({ description: 'Array Tracer' });
@@ -7,4 +7,4 @@ arrayTracer.preset([1, 2, 3]);
const commander = Commander.getInstance();
const commands = commander.output();
console.log(commands);
console.log(commands);