Bartosz Sokorski
Bartosz Sokorski
While I like the idea, I am concerned with how this uses `setuptools` and `distutils`: - `distutils` module is scheduled for removal in Python 3.12, so this solution won't work...
Superseded by #276
@abn I updated the PR, but this required deleting some code in `test_complete.py`. Could you check if that's fine?
This issue is resolved in the current `main` branch. Closing.
I believe the original question has been answered. For anyone not satisfied, please open a new issue.
Reopening, since not all issues mentioned here were resolved.
@mickyhale thanks. The patch I made recently was mostly addressing issues with completions script reporting errors when invoked. I have a refactor on the way that will introduce new syntax...
I would prefer for the `--version` to be available only on the application level. I don't see why it should work with `list` or `help` commands, since `app list --version`...
@mkniewallner I think I am gonna delay this feature to the 1.1 release. Took a look into the code and in the current state, this is a non-trivial issue to...
Years have passed, and as far as I know, this feature wasn't added. The link to Symfony docs is dead and I can't find "shell" in there. Any chance someone...