From ca7f878f0b00da75c2f3d43ff9f2060f2564dc27 Mon Sep 17 00:00:00 2001 From: hjoaquim Date: Tue, 14 May 2024 14:59:14 +0100 Subject: [PATCH] results in the global commands --- website/content/cli/commands-and-arguments.md | 6 ++++++ website/package-lock.json | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/website/content/cli/commands-and-arguments.md b/website/content/cli/commands-and-arguments.md index a9bcbc7f60cc..709b73f3bc95 100644 --- a/website/content/cli/commands-and-arguments.md +++ b/website/content/cli/commands-and-arguments.md @@ -68,3 +68,9 @@ The `quit` command (can also use `q` or `..`) allows to leave the current menu t The `exit` command allows the user to exit the CLI. ### Reset + +The `reset` command will reset the CLI to its default state. This is specially useful for development so you can refresh the CLI without having to close and open it again. + +### Results + +The `results` command will display the stack of `OBBjects` that have been generated during the session, which can be later injected on the data processing commands. diff --git a/website/package-lock.json b/website/package-lock.json index ddcb2300e626..d4355a0b3d57 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -13952,12 +13952,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/search-insights": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", - "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", - "peer": true - }, "node_modules/section-matter": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", @@ -15149,6 +15143,7 @@ "version": "5.4.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"