8000 py list: When columns are truncated, direct the user to --help for mo… · python/pymanager@321a9e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 321a9e6

Browse files
authored
py list: When columns are truncated, direct the user to --help for more options (#87)
Fixes #86
1 parent 29613ca commit 321a9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/manage/list_command.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def format_table(cmd, installs):
130130

131131
if show_truncated_warning:
132132
LOGGER.print()
133-
LOGGER.print("!B!Some columns were truncated. Use '!G!--format=json!B!'"
134-
" or '!G!--format=jsonl!B!' for full information.!W!")
133+
LOGGER.print("!B!Some columns were truncated. See '!G!py list --help!B!'"
134+
" for alternative ways to display this information.!W!")
135135

136136

137137
CSV_EXCLUDE = {

0 commit comments

Comments
 (0)
0