From d43f06ef0400ee437be570cdfb63496038fc0a14 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 19 May 2024 22:21:46 +0200 Subject: [PATCH] README nu-table --- crates/nu-table/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/nu-table/README.md b/crates/nu-table/README.md index 045a47a101..945d515e62 100644 --- a/crates/nu-table/README.md +++ b/crates/nu-table/README.md @@ -1,3 +1,7 @@ +The layout logic for Nushell's table viewer. + +See also the separate `table` command implementation + ## Internal Nushell crate This crate implements components of Nushell and is not designed to support plugin authors or other users directly.