nushell/docs/commands/tutor.md
JT 8c0a2d3c15
Auto-generate markdown command docs (#4451)
* Finish updating

* a couple improvements

* Update renames

* cleanup examples
2022-02-13 21:22:51 -05:00

30 lines
398 B
Markdown

---
title: tutor
layout: command
version: 0.59.0
---
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"
```