From cf6b88426334af391eadd809c2334ddab2daa563 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Wed, 5 Feb 2025 17:37:23 -0800 Subject: [PATCH] Mention the new CLI tab in Playground-rendered examples --- docs/commands/super.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/commands/super.md b/docs/commands/super.md index 7736f0f0b0..4db43b2b7b 100644 --- a/docs/commands/super.md +++ b/docs/commands/super.md @@ -637,6 +637,12 @@ error("divide by zero") 3.3333333333333335 ``` +To run an example in a shell rather than the browser, clicking the "CLI" tab +will format it as a `super` command line. Hovering your mouse pointer over the +panel will reveal a "COPY" button that can be clicked to bring the contents +into your paste buffer so you can easily transfer it into a Bash (or similar) +shell for execution. + The language documentation and [tutorials directory](../tutorials/_index.md) have many examples, but here are a few more simple `super` use cases.