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
This is with v25.0.0.
The top-level manage.py doesn't support --force, and it should. Instead, I have to say
manage.py
--force
gprinstall --prefix=$PREFIX --uninstall langkit_support || true
The contrib/{python,lkt)manage.py's do support --force, but ./manage.py install --help doesn't say so.
contrib/{python,lkt)manage.py
./manage.py install --help
The text was updated successfully, but these errors were encountered:
Hello,
This is indeed an oversight. We’ll add this option, thank you for letting us know!
Sorry, something went wrong.
Hello again,
We just merged support for --force: d07802d
No branches or pull requests
This is with v25.0.0.
The top-level
manage.py
doesn't support--force
, and it should. Instead, I have to sayThe
contrib/{python,lkt)manage.py
's do support--force
, but./manage.py install --help
doesn't say so.The text was updated successfully, but these errors were encountered: