poetry icon indicating copy to clipboard operation
poetry copied to clipboard

`--no-truncate` flag in show command

Open ch1nq opened this issue 1 year ago • 0 comments

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.

ch1nq avatar Jul 25 '24 15:07 ch1nq