mirror of
https://github.com/nushell/nushell.git
synced 2024-12-02 13:24:30 +01:00
29 lines
397 B
Markdown
29 lines
397 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"
|
||
|
```
|