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

Bug: cannot include double quote in multiple CLI args #276

Open
flah00 opened this issue Sep 15, 2023 · 2 comments
Open

Bug: cannot include double quote in multiple CLI args #276

flah00 opened this issue Sep 15, 2023 · 2 comments
Labels
pinned issues that should be kept open

Comments

@flah00
Copy link

flah00 commented Sep 15, 2023

This project has been a boon. Thanks for the work y'all put into it!

I need to specify a pod annotation as JSON, but the quotes trip up the CLI parser, eg

$ kangal c --master-url=localhost:10000 --kubeconfig /dev/null --pod-annotation='key:{"akey":1}'
Error: invalid argument "key:{\"akey\":1}" for "--pod-annotation" flag: parse error on line 1, column 6: bare " in non-quoted-field
@stale
Copy link

stale bot commented Oct 17, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 17, 2023
@lucasmdrs lucasmdrs removed the stale label Oct 17, 2023
Copy link

stale bot commented Mar 28, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 28, 2024
@lucasmdrs lucasmdrs added pinned issues that should be kept open and removed stale labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned issues that should be kept open
Projects
None yet
Development

No branches or pull requests

2 participants