We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29613ca commit 321a9e6Copy full SHA for 321a9e6
src/manage/list_command.py
@@ -130,8 +130,8 @@ def format_table(cmd, installs):
130
131
if show_truncated_warning:
132
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!")
+ LOGGER.print("!B!Some columns were truncated. See '!G!py list --help!B!'"
+ " for alternative ways to display this information.!W!")
135
136
137
CSV_EXCLUDE = {
0 commit comments