From 943e0045e736f3bddcd8a58db006a7060e4b0812 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 10 Nov 2019 13:16:52 +1300 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef245135ad..46a4c45ac8 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | edit column-or-column-path value | Edit an existing column to have a new value | | embed column | Creates a new table of one column with the given name, and places the current table inside of it | | first amount | Show only the first number of rows | +| format pattern | Format table row data as a string following the given pattern | | get column-or-column-path | Open column and get data from the corresponding cells | | group-by column | Creates a new table with the data from the table rows grouped by the column given | | inc (column-or-column-path) | Increment a value or version. Optionally use the column of a table |