Skip to content

Commit

Permalink
Update commander import and usage in app.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ama-leanix committed Jan 11, 2024
1 parent 8f74637 commit d24656d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app.ts
@@ -1,5 +1,5 @@
import * as chalk from 'chalk';
import * as program from 'commander';
import { Command } from 'commander';
import { Builder } from './builder';
import { Bundler } from './bundler';
import { DevStarter } from './dev-starter';
Expand All @@ -8,6 +8,8 @@ import { Initializer } from './initializer';
import { Uploader } from './uploader';
import { version } from './version';

const program = new Command();

program.version(version);

program
Expand Down

0 comments on commit d24656d

Please sign in to comment.