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

Fix python literals command example #69

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

Conversation

rana-ahmed
Copy link

In my day to day deployment I use yasha to render config file. But when I try to pass comma seperated string I found that, comma seperated string can be passed only in following way.

@kblomqvist
Copy link
Owner

I must be missing something. Doesn't your example evaluate as '"foo,bar,baz"' when read as an argument? Don't you want it to be either 'foo,bar,baz' or "foo,bar,baz". The current readme-example gives you the latter.

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.

2 participants