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

fix: let --output work without value #43

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

lvjiaxuan
Copy link
Contributor

@lvjiaxuan lvjiaxuan commented Sep 28, 2022

I expect to generate only CHANGELOG.md which is defaults by below:

npx changelogen@latest --output

Actually, it throws error since --output is true but CHANGELOG.md.

As workaround, I use npx changelogen@latest --output > xxx.md for my purpose.

Would it be more appropriate to set --output 's true to CHANGELOG.md?

@pi0 pi0 changed the title feat(--output): work without value fix: let --output work without value Oct 16, 2022
@pi0 pi0 merged commit 1cb15d5 into unjs:main Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants