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

Update stale --cpu-architecture options in the README.md #285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oguzhan-yilmaz
Copy link

In the README.md, the following is stated about the CLI arguments:

-a, --cpu-architecture string                        CPU architecture [x86_64/amd64, x86_64_mac, i386, or arm64]

But running it with x86_64/amd64 fails.

ec2-instance-selector \
    --cpu-architecture "x86_64/amd64" \
    -o interactive

Error is:

NOTE: There was an error while parsing the commandline flags: error cpu-architecture must be one of: x86_64, x86_64_mac, amd64, i386, arm64

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@oguzhan-yilmaz oguzhan-yilmaz requested a review from a team as a code owner October 27, 2023 09:11
@oguzhan-yilmaz oguzhan-yilmaz changed the title Update README.md - fix cli option Update stale --cpu-architecture options in the README.md Oct 27, 2023
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.

None yet

1 participant