cleo
cleo copied to clipboard
Cleo allows you to create beautiful and testable command-line interfaces.
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
See https://github.com/python-poetry/poetry/issues/9334 Poetry relies on the formatter's `is_decorated` property to be consistent when multiple threads query the property. If one thread is in the middle of updating a section and...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0. Release notes Sourced from pytest-mock's releases. v3.14.0 #415: MockType and AsyncMockType can be imported from pytest_mock for type annotation purposes. #420: Fixed a regression...
It seems like quoting breaks completion in ZSH for multiple-word commands. fixes #360
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
Implements #89. Add choices to arguments and options. The choices are listed in the help text in curly braces. Example: ``` Description: Greets someone Usage: greet [options] [--] Arguments: name...
### Description Doesn't work: ```shell poetry run --directory={path} python file.py ``` Works: ```shell poetry run --directory {path} python file.py ``` See comment by @Agalin in https://github.com/python-poetry/poetry/issues/7507#issuecomment-1463845304 See https://github.com/python-poetry/poetry/issues/9623 ### Workarounds...
[Clink](https://github.com/chrisant996/clink) introduces multiple modern shell features to Windows cmd.exe, and it supports extending completions through [Lua 5.2 scripts](https://chrisant996.github.io/clink/clink.html#extending-clink-with-lua) like: ```lua clink.argmatcher("foo") :addflags("-?", "-h", "-n", "-v", "--help", "--nothing", "--verbose") :addarg("print", "delete")...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.8...v0.11.12) - [github.com/woodruffw/zizmor-pre-commit: v1.6.0 → v1.9.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.6.0...v1.9.0)