👷♂️ Add shebangs
This commit is contained in:
parent
9ea67cdbb6
commit
1b0d87d40f
7 changed files with 17 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import { getPatchZip, ISsnFileEntry, Product, verifyProductName } from 'ssn';
|
||||
import * as yargsParser from 'yargs-parser';
|
||||
import failWithError from './failWithError';
|
||||
import failWithError from './funcs/failWithError';
|
||||
|
||||
const failFunction = failWithError.bind(null, 'node dist/getPatchZip.js --product <product> --from <from> --to <to>');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue