Skip to content

Variable arguments support #1031

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

Open
kharandziuk opened this issue Apr 24, 2025 · 0 comments
Open

Variable arguments support #1031

kharandziuk opened this issue Apr 24, 2025 · 0 comments

Comments

@kharandziuk
Copy link

With something like just I can write

# manage: Executes manage.py command.
manage +args:
    @docker compose run --rm django python ./manage.py {{args}}

Then I will be able to execute the command like this:

just manage makemigrations app

The closest way I found to write it invoke is something like:

inv manage -c 'makemigrations app'

is it true? is it possible to add this feature?

I need it mostly for django. But I can imagine a lot of similar tools.

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