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

Incorrect Usage. flag provided but not defined: -version #119

Open
1 of 2 tasks
jcook-uptycs opened this issue Apr 12, 2023 · 0 comments
Open
1 of 2 tasks

Incorrect Usage. flag provided but not defined: -version #119

jcook-uptycs opened this issue Apr 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jcook-uptycs
Copy link

jcook-uptycs commented Apr 12, 2023

Describe the bug

When running git-xargs --version gives the error

Incorrect Usage. flag provided but not defined: -version

To Reproduce

[12/04/23 1:43:34] ➜  github_config git:(master) ✗ go install github.com/gruntwork-io/[email protected]
[12/04/23 1:45:07] ➜  github_config git:(master) ✗ git-xargs --version                                
Incorrect Usage. flag provided but not defined: -version

Usage: git-xargs [--loglevel] [--github-org] [--draft] [--dry-run] [--skip-pull-requests] [--skip-archived-repos]
[--repo] [--repos] [--branch-name] [--base-branch-name] [--commit-message] [--pull-request-title]
[--pull-request-description] [--reviewers] [--team-reviewers] [--seconds-between-prs] [--max-pr-retries]
[--seconds-to-wait-when-rate-limited] [--no-skip-ci] [--keep-cloned-repositories] [--help] command [options] [args]

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.

Commands:

   help, h  Shows a list of commands or help for one command

ERROR: flag provided but not defined: -version
[12/04/23 1:45:12] ➜  github_config git:(master) ✗ 

This also happens when running

go run  github.com/gruntwork-io/[email protected] --version

Expected behavior

I would expect to get the version of git-xargs.

Nice to have

  • Terminal output
  • Screenshots

Additional context
Add any other context about the problem here.

@jcook-uptycs jcook-uptycs added the bug Something isn't working label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant