poetry
poetry copied to clipboard
`--no-truncate` flag in show command
Fixes #9597
In order to get a more consistent output from the poetry show command, this PR introduces a --no-truncate flag to the command. When the flag is set the show command does not take the width of the terminal into account when deciding the level of detail to print.
Pull Request Check List
- [x] Added tests for changed code.
- [x] Updated documentation for changed code.