设计tracer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user