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 for a getter for aws_cli_optarg #1179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Jan 7, 2025

Issue #, and/or reason for changes (REQUIRED):
Swift 6 compiler doesn't let us use aws_cli_optarg variable directly since it's a global mutable state and is not thread-safe. We can use a getter function to hide this mutability from the Swift compiler.

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

@waahm7 waahm7 changed the title Fix command line parser Add for a getter for aws_cli_optarg Jan 7, 2025
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.

1 participant