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

Can't pass args to underlying tools #467

Closed
cnpryer opened this issue Feb 11, 2023 · 0 comments · Fixed by #483
Closed

Can't pass args to underlying tools #467

cnpryer opened this issue Feb 11, 2023 · 0 comments · Fixed by #483

Comments

@cnpryer
Copy link
Owner

cnpryer commented Feb 11, 2023

Early versions of huak simply wrap some tools such as ruff. In this state the only way to pass additional arguments to ruff, for example, would be to add configurable parameters to the project's pyproject.toml

[tool.ruff]
# ...

Eventually all wrapped tools' arguments will be accessible from their wrapped huak command.

Tag #128

@cnpryer cnpryer mentioned this issue Mar 25, 2023
@cnpryer cnpryer changed the title Wrapped tool commands aren't fully accessible from the command line Can't pass args to underlying tools Mar 25, 2023
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 a pull request may close this issue.

1 participant