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

Keyword Arguments #208

Open
jdlamstein opened this issue Apr 12, 2024 · 0 comments
Open

Keyword Arguments #208

jdlamstein opened this issue Apr 12, 2024 · 0 comments

Comments

@jdlamstein
Copy link

Thanks for your work on this. Is it possible to use keyword arguments instead positional arguments?

    process{
        """
            input[0] = a
            input[1] = b
        """

to

    process{
        """
            myvar = a
            mymap = b
        """
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

No branches or pull requests

1 participant