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

Add Repository Command Line Option to Target Specific Repositories #71

Open
3 tasks
dealako opened this issue Mar 3, 2022 · 2 comments
Open
3 tasks
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dealako
Copy link

dealako commented Mar 3, 2022

Summary

Add Repository Command Line Option to Target Specific Repositories

Background

To provide additional flexibility and control, a new --repo-url {repo_url_value} command-line option (or similar name) could be implemented to only target a specific repository. This option would indicate that the user only wants to generate a report for this repository.

Tasks

  • Introduce the new repository command-line option
  • add repository URL validation logic - ensure URL is non-empty and valid
  • review and update logic to only process the specified repository

Acceptance Criteria

  • the repository command-line option is available and is shown in the help output
  • the repository command-line option value is validated; must be non-empty, must be a valid repository URL
  • the repository command-line option forces the reporting tool to only generate a report for the specified repository
@ljharb ljharb added enhancement New feature or request help wanted Extra attention is needed labels Mar 3, 2022
@pri1311
Copy link

pri1311 commented Mar 4, 2022

Have an inkling of the changes needed for this. Would like to give it a try.

@himanshu007-creator
Copy link

Looking into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants