pdm
pdm copied to clipboard
Auto show detail when step holding
Is your feature/enhancement proposal related to a problem? Please describe.
By comparison, poetry add ultralytics show the increasing cost time, and pip install ultralytics show the download progressbar, so I know that they are still running.
Describe the solution you'd like
If one step cost too much time without any new output, print more detail to let me know what's it doing now.
Or show a progressbar to tell how long to wait.
If you want more information on what PDM is doing, then you can add -v to the command (it's relatively common for CLIs to have a -v option, short for verbose).