Open sweetbbak opened 1 year ago
The code for detecting whether to skip the first part of a tape only triggers when the first (non setup) command is Hide. It needs to come before the "Enter" command. Not sure if you need to put the commands on different lines.
I find that this is useful for skipping output of the build output that might show prior to running some example. e.g.:
Hide
cargo run --example demo
Sleep 10s
Show
... rest of demo script
Thanks! I appreciate it.
I saw #39 and Im having a similar issue to that, the proposed solution was to add Hide and Sleep to the beginning of the tape, however no matter how long I do that the same type of text shows up. I'm not sure if its because of the shell or if its a part of how VHS starts things. I can add Type clear and sleep to the beginning but you can still see the history making the text appear when it shouldn't as show below.