-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Labels
enhancementNew feature or requestNew feature or request
Description
How would this feature be useful?
Streamline three commands into a single intuitive command that is similar to the uvx syntax.
Describe the solution you'd like
Desired:
pipx run --with=tomli codespell
pipx run --with=dataclass_wizard pytestCurrent:
pipx install codespell
pipx inject codespell tomli
codespell
pipx install pytest
pipx inject pytest dataclass_wizard
pytestDescribe alternatives you've considered
uvx run --with=tomli codespell # But `pipx` is pre-installed in GitHub Actions
uvx run --with=dataclass_wizard pytest
agriyakhetarpal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request