Skip to content

Commit 8dd830e

Browse files
committed
change kwarg
1 parent c1dbc99 commit 8dd830e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/metadata.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ end
230230
@static if pkgversion(PrettyTables).major == 2
231231
_print_labels(t) = pretty_table(t; show_subheader = false)
232232
else
233-
_print_labels(t) = pretty_table(t; column_labels = [names(t)])
233+
_print_labels(t) = pretty_table(t; show_first_column_label_only = true)
234234
end
235235

236236
"""

0 commit comments

Comments
 (0)