Skip to content

Commit 4c078f5

Browse files
committed
cleanup: remove unused type definition
1 parent df5ceb8 commit 4c078f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/demo.commander.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import { Command } from 'commander';
22
import tab from '../src/commander';
33

4-
// Define the Item type locally
5-
interface Item {
6-
value: string;
7-
description: string;
8-
}
9-
104
// Create a new Commander program
115
const program = new Command('myapp');
126
program.version('1.0.0');

0 commit comments

Comments
 (0)