chore(common): fixup Commander call

This commit is contained in:
Marc Durdin 2023-10-04 12:21:10 +07:00
parent f69f28bbd5
commit 253dea0ba6

View file

@ -1,10 +1,11 @@
#!/usr/bin/env node
import * as program from 'commander';
import { Command } from 'commander';
import hextobin from './index.js';
let inputFilename: string = "";
let outputFilename: string = "";
const program = new Command();
program
.description(
`Will convert the input file which is a hex dump to the output file. Hex dump can contain