We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfa553 commit fe9795dCopy full SHA for fe9795d
.github/vhs.tape
@@ -1,11 +1,11 @@
1
Output docs/images/cli_demo.gif
2
3
Set FontSize 20
4
-Set Width 1200
5
-Set Height 2400
+Set Width 600
+Set Height 1200
6
Set Padding 20
7
8
-Type runpod
+Type runpod --help
9
10
Sleep 500ms
11
.github/workflows/vhs.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Install runpod
16
run: |
17
- pip install runpod
+ pip install .
18
19
- uses: charmbracelet/vhs-action@v1
20
with:
0 commit comments