Skip to content

allow to render "loose" tables as Nushell tables#72

Open
amtoine wants to merge 7 commits intomainfrom
loose-tables
Open

allow to render "loose" tables as Nushell tables#72
amtoine wants to merge 7 commits intomainfrom
loose-tables

Conversation

@amtoine
Copy link
Copy Markdown
Owner

@amtoine amtoine commented Jul 14, 2024

cc/ @kubouch

the following "loose" table should now render as a full table in nu_plugin_explore by default

[
    [spam, egg];

    [0, "foo"],
    [1, null],
    [2, [1, 2, 3]],
]

this can be changed with the strict_tables config.

@amtoine amtoine marked this pull request as ready for review July 14, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant