Skip to content

Commit

Permalink
docs: document source command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored and maaslalani committed Nov 27, 2023
1 parent 82e2c63 commit 6af0e14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ There are a few basic types of VHS commands:
* [`Show`](#show): stop hiding commands from output
* [`Screenshot`](#screenshot): screenshot the current frame
* [`Copy/Paste`](#copy--paste): copy and paste text from clipboard.
* [`Source`](#source): source commands from another tape

### Output

Expand Down Expand Up @@ -726,6 +727,15 @@ Sleep 500ms
Paste
```


### Source

The `source` command allows you to execute commands from another tape.

```elixir
Source config.tape
```

***

## Continuous Integration
Expand Down

0 comments on commit 6af0e14

Please sign in to comment.