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

Convert positional parameters into named ones #12

Closed
nanos opened this issue Mar 16, 2023 · 1 comment
Closed

Convert positional parameters into named ones #12

nanos opened this issue Mar 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nanos
Copy link
Owner

nanos commented Mar 16, 2023

Not entirely sure how this works with Python, but I hate that we now have so many configuration options that must be supplied as positional parameters to the script.

I want to use named parameters, so that we can omit unwanted parameters more easily.

But we need to ensure backwards compatibility.

@nanos
Copy link
Owner Author

nanos commented Mar 16, 2023

This was addressed as part of v4.0.0

@nanos nanos closed this as completed Mar 16, 2023
@nanos nanos added the enhancement New feature or request label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant