From 3221045f2f40e172d3ae36701fa4e52c992a0c6e Mon Sep 17 00:00:00 2001
From: Paul Moore
Date: Fri, 9 May 2025 19:59:40 +0100
Subject: [PATCH] py list: When columns are truncated, direct the user to
--help for more options
---
src/manage/list_command.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/manage/list_command.py b/src/manage/list_command.py
index bb4882e..46d78f0 100644
--- a/src/manage/list_command.py
+++ b/src/manage/list_command.py
@@ -130,8 +130,8 @@ def format_table(cmd, installs):
if show_truncated_warning:
LOGGER.print()
- LOGGER.print("!B!Some columns were truncated. Use '!G!--format=json!B!'"
- " or '!G!--format=jsonl!B!' for full information.!W!")
+ LOGGER.print("!B!Some columns were truncated. See '!G!py list --help!B!'"
+ " for alternative ways to display this information.!W!")
CSV_EXCLUDE = {