From 7df8fdfb28cc9a18854b941fa10a4e1ad21c41a9 Mon Sep 17 00:00:00 2001 From: Shaurya Shubham Date: Thu, 30 Jan 2020 18:45:20 +0530 Subject: [PATCH] =?UTF-8?q?Rename=20the=20now-deprecated=20`add`=20command?= =?UTF-8?q?=20docs=20into=20`insert`=20comm=E2=80=A6=20(#1307)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/commands/{add.md => insert.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/commands/{add.md => insert.md} (96%) diff --git a/docs/commands/add.md b/docs/commands/insert.md similarity index 96% rename from docs/commands/add.md rename to docs/commands/insert.md index f3f080859b..23c97a1dd8 100644 --- a/docs/commands/add.md +++ b/docs/commands/insert.md @@ -1,11 +1,11 @@ -# add +# insert This command adds a column to any table output. The first parameter takes the heading, the second parameter takes the value for all the rows. ## Examples ```shell -> ls | add is_on_a_computer yes_obviously +> ls | insert is_on_a_computer yes_obviously ━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━┯━━━━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━ # │ name │ type │ readonly │ size │ accessed │ modified │ is_on_a_computer ───┼────────────────────────────┼──────┼──────────┼────────┼───────────┼───────────┼────────────────── @@ -18,7 +18,7 @@ This command adds a column to any table output. The first parameter takes the he ``` ```shell -> shells | add os linux_on_this_machine +> shells | insert os linux_on_this_machine ━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━ # │ │ name │ path │ os ───┼───┼────────────┼────────────────────────────────┼───────────────────────