2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: tutor
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
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"
|
|
|
|
```
|