We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/.bin/qiwilicense: line 1: `"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib_1=require("tslib"),meow_1=tslib_1.__importDefault(require("meow")),license_1=require("./license");exports.cli=meow_1.default("\n Usage\n $ qiwilicense --year=2020\n\n Options\n --year, -y Defines license year\n --lang, -l Specifies license test language\n --file, -f License file name\n --dir, -d License target directory\n --name, -n Software name\n --type, -t License type\n\n Examples\n $ qiwilicense --year=2020 --dir=/Users/foo/bar\n $ qiwilicense -l en -f lic -n Pijma\n",{flags:{lang:{type:"string",alias:"l"},year:{type:"string",alias:"y"},dir:{type:"string",alias:"d"},file:{type:"string",alias:"f"},name:{type:"string",alias:"n"},type:{type:"string",alias:"t"}}}),exports.default=license_1.generate(exports.cli.flags);'
The text was updated successfully, but these errors were encountered:
3c2297e
chore(release): 1.1.1 [skip ci]
526fd39
## [1.1.1](v1.1.0...v1.1.1) (2019-10-15) ### Bug Fixes * **cli:** add missed shebang ([3c2297e](3c2297e)), closes [#3](#3)
🎉 This issue has been resolved in version 1.1.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
antongolub
No branches or pull requests
The text was updated successfully, but these errors were encountered: