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

Come clean about agent args in site-config #226

Open
mhasself opened this issue Sep 3, 2021 · 0 comments · May be fixed by #408
Open

Come clean about agent args in site-config #226

mhasself opened this issue Sep 3, 2021 · 0 comments · May be fixed by #408
Labels
cleanup Cleanup that of old code or documentation documentation Requires documentation

Comments

@mhasself
Copy link
Member

mhasself commented Sep 3, 2021

Most examples of agent arguments for site-config have the key, value pairs carefully grouped, e.g.:

[['--arg1', 'go'], ['--arg2', 'blerg']]

but for a long time now it's been possible to simply pass in a flat list:

['--arg1', 'go', '--arg2', 'blerg']

At this point we should probably just also accept strings, though the code does not currently do so;

'--arg1 go --arg2 blerg'
@mhasself mhasself added cleanup Cleanup that of old code or documentation documentation Requires documentation labels Sep 3, 2021
@BrianJKoopman BrianJKoopman linked a pull request Sep 19, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Cleanup that of old code or documentation documentation Requires documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant