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

Cli handling #16

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

kingmathers92
Copy link

Issue #9

The integration of yargs also provides a clear interface for specifying and documenting expected command-line options, making your script more user-friendly.

Using yargs makes your code more readable and maintainable. It separates the concerns of option parsing from the core logic of your script. Additionally, it allows users to easily understand and provide command-line options when running the script.

command: node index.js --saveFileAs output --csvFileName data

@gitdagray
Copy link
Owner

I think this will be a nice addition. Things are moving fast after sharing this today and some other updates have been merged. Can you pull the latest and add in your additions (now using TS)? Thank you for the suggestion and for contributing the changes!

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.

3 participants