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
Make sure you run commands with -v flag before pasting the output.
-v
pdm list --sort name
❯ pdm list --sort name ╭──────────────────────────┬──────────────┬───────────────────────────────────────╮ │ name │ version │ location │ ├──────────────────────────┼──────────────┼───────────────────────────────────────┤ │ Jinja2 │ 3.1.2 │ │ │ MarkupSafe │ 2.1.3 │ │ │ Pillow │ 9.5.0 │ │ │ PyYAML │ 6.0 │ │ │ Pygments │ 2.15.1 │ │ │ accelerate │ 0.19.0 │ │ │ aiofiles │ 23.1.0 │ │ │ aiohttp │ 3.8.4 │ │
Sorting should not be case sensetive
❯ pdm info && pdm info --env PDM version: 2.7.0 Python Interpreter: /home/username/src/project/.venv/bin/python (3.10) Project Root: /home/username/src/project Local Packages: { "implementation_name": "cpython", "implementation_version": "3.10.11", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "5.15.90.1-microsoft-standard-WSL2", "platform_system": "Linux", "platform_version": "#1 SMP Fri Jan 27 02:56:13 UTC 2023", "python_full_version": "3.10.11", "platform_python_implementation": "CPython", "python_version": "3.10", "sys_platform": "linux" }
The text was updated successfully, but these errors were encountered:
Fix sorting case sensitivity in list command (pdm-project#1973)
a236502
6a20a9b
1976132
Fix sorting case sensitivity in list command (#1973) (#1974)
c6b5f3b
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pdm list --sort name
Actual behavior
Expected behavior
Sorting should not be case sensetive
Environment Information
The text was updated successfully, but these errors were encountered: