Skip to content

Commit

Permalink
docs(readme): clarify Hide / Show commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Nov 7, 2022
1 parent a0c2a1f commit addd18a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,8 @@ Sleep 1s # 1s

### Hide

The `Hide` command allows you to exclude commands from the output.
The `Hide` command instructs VHS to stop capturing frames. It's useful to pause
a recording to perform hidden commands.

```elixir
Hide
Expand Down Expand Up @@ -506,9 +507,8 @@ Type 'rm example'

### Show

The `Show` command allows you to specify that the following commands should be
un-hidden in the output. Since commands are shown by default, this command is
really only useful after using the `Hide` command.
The `Show` command instructs VHS to begin capturing frames, again. It's useful
after a `Hide` command to resume frame recording for the output.

```elixir
Hide
Expand Down

0 comments on commit addd18a

Please sign in to comment.