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

Refactor option parsing and class definition #12

Merged
merged 2 commits into from
Sep 18, 2017
Merged

Conversation

eren
Copy link
Contributor

@eren eren commented Sep 17, 2017

  • Use slop library for option parsing. Accept variable arguments for search
    string and print usage when no argument is passed.
  • Refactor class definition. Accept search string as a required parameter and
    set default values for other variables in the class.
  • Check if username/password are provided when a provider that requires
    authentication is used.

Resolves: #7
Resolves: #8

murat and others added 2 commits September 10, 2017 00:29
- Use slop library for option parsing. Accept variable arguments for search
  string and print usage when no argument is passed.
- Refactor class definition. Accept search string as a required parameter and
  set default values for other variables in the class.
- Check if username/password are provided when a provider that requires
  authentication is used.

Resolves: murat#7
Resolves: murat#8
@murat murat merged commit 3ef8837 into murat:master Sep 18, 2017
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