From 6af0e1414461cf0d2517e6b261a55fdea55b2a23 Mon Sep 17 00:00:00 2001 From: lucapette Date: Fri, 10 Nov 2023 10:23:15 +0100 Subject: [PATCH] docs: document source command --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ffbc7da4..c525ab5f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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