nushell/docs/commands/tutor.md

29 lines
397 B
Markdown

---
title: tutor
layout: command
version: 0.59.1
---
Run the tutorial. To begin, run: tutor
## Signature
```> tutor (search) --find```
## Parameters
- `search`: item to search for, or 'list' to list available tutorials
- `--find {string}`: Search tutorial for a phrase
## Examples
Begin the tutorial
```shell
> tutor begin
```
Search a tutorial by phrase
```shell
> tutor -f "$in"
```