Skip to content
New issue

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

Shebang is missed #3

Closed
antongolub opened this issue Oct 15, 2019 · 1 comment
Closed

Shebang is missed #3

antongolub opened this issue Oct 15, 2019 · 1 comment
Assignees
Labels
bug Something isn't working released

Comments

@antongolub
Copy link
Member

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);'
@antongolub antongolub added the bug Something isn't working label Oct 15, 2019
@antongolub antongolub self-assigned this Oct 15, 2019
qiwibot added a commit that referenced this issue Oct 15, 2019
## [1.1.1](v1.1.0...v1.1.1) (2019-10-15)

### Bug Fixes

* **cli:** add missed shebang ([3c2297e](3c2297e)), closes [#3](#3)
@qiwibot
Copy link
Member

qiwibot commented Oct 15, 2019

🎉 This issue has been resolved in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants