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

allow specifying module args as an 'arg','kwarg' pair #316

Merged
merged 4 commits into from
Jun 8, 2022

Conversation

dsschult
Copy link
Collaborator

@dsschult dsschult commented Jun 8, 2022

Syntax is a dict of {args: [arg1, arg2], kwargs: {name1: val1, name2: val2}}.
Translates to --name1=val1 --name2=val2 arg1 arg2

Fixes #315

@dsschult dsschult merged commit 9261341 into master Jun 8, 2022
@dsschult dsschult deleted the name-positional branch June 8, 2022 21:08
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.

handle both named and positional args
1 participant