We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[script("python")] manage *COMMAND: import os import sys import shlex from pathlib import Path from django.core import management management.execute_from_command_line(sys.argv + shlex.split('{{ COMMAND }}'))
This should work:
just manage shellcompletion install '--manage-script="just manage"'
The text was updated successfully, but these errors were encountered:
blocked by #191
Sorry, something went wrong.
fix just manage so that arguments with spaces are wrapped and passed …
b1ace78
…correctly #190
bckohan
No branches or pull requests
This should work:
just manage shellcompletion install '--manage-script="just manage"'
The text was updated successfully, but these errors were encountered: