Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention the new CLI tab in Playground-rendered examples #5627

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/commands/super.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down