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

Output file name option added #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Output file name option added #33

wants to merge 1 commit into from

Conversation

cabb
Copy link

@cabb cabb commented Feb 23, 2022

In order to specify the output file name, I added the parameter outputFileName.

@cabb
Copy link
Author

cabb commented Dec 5, 2022

No update on this? Is there something missing from my side?

@@ -8,13 +8,18 @@ var yargs = require('yargs')
alias: 'o',
default: './oss-attribution'
},
outputFileName: {
alias: 'n',
default: 'licenseInfo'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please keep the same name for compat

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally right. Will fix this

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