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

Feat: pass options as flags #14

Closed
nohehf opened this issue Jul 26, 2022 · 1 comment
Closed

Feat: pass options as flags #14

nohehf opened this issue Jul 26, 2022 · 1 comment
Assignees

Comments

@nohehf
Copy link
Member

nohehf commented Jul 26, 2022

#12 and #9 features, and basically any future optional parameter, should be passed through flags.
For instance:

  • Changing file output should be done via: --output <filename> or -o <filename>
  • Passing a bearer token should be done via: --bearer <token>
    Just wondering if I'll write the parser from scratch or use one to ensure robustness.
@nohehf nohehf self-assigned this Jul 26, 2022
@nohehf
Copy link
Member Author

nohehf commented Jul 26, 2022

Implemented by #15

@nohehf nohehf closed this as completed Jul 26, 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

No branches or pull requests

1 participant