mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed import of commander
This commit is contained in:
parent
6602238a23
commit
00cb70bdda
@ -3,7 +3,7 @@
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const program = require('commander');
|
||||
const { program } = require('commander');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const params = program
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user