Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

amtoine
Copy link
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