-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e36c541
commit f52dfee
Showing
7 changed files
with
109 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Output ./docs/img/namedargs.gif | ||
|
||
Set FontSize 18 | ||
Set FontFamily "Geist Mono" | ||
Set Theme "Catppuccin Macchiato" | ||
Set WindowBar Colorful | ||
Set Padding 5 | ||
Set Height 800 | ||
Set Width 1200 | ||
Set Margin 40 | ||
Set MarginFill "#7983FF" | ||
Set BorderRadius 10 | ||
Set TypingSpeed 100ms | ||
|
||
# Setup | ||
Hide | ||
Type "go build -o ./namedargs ./examples/namedargs && clear" Sleep 2s | ||
Enter | ||
Sleep 2s | ||
Show | ||
Sleep 1s | ||
|
||
Type "./namedargs --help" Sleep 500ms Enter | ||
|
||
Sleep 8s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
# Cleanup | ||
Hide | ||
Type "rm -f ./namedargs" | ||
Enter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
Output ./docs/img/subcommands.gif | ||
|
||
Set FontSize 18 | ||
Set FontFamily "Geist Mono" | ||
Set Theme "Catppuccin Macchiato" | ||
Set WindowBar Colorful | ||
Set Padding 5 | ||
Set Height 800 | ||
Set Width 1200 | ||
Set Margin 40 | ||
Set MarginFill "#7983FF" | ||
Set BorderRadius 10 | ||
Set TypingSpeed 100ms | ||
|
||
# Setup | ||
Hide | ||
Type "go build -o ./subcommands ./examples/subcommands && clear" Sleep 2s | ||
Enter | ||
Sleep 2s | ||
Show | ||
Sleep 1s | ||
|
||
Type "./subcommands --help" Sleep 500ms Enter | ||
|
||
Sleep 8s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
Type "./subcommands say --help" Sleep 500ms Enter | ||
|
||
Sleep 4s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
Type "./subcommands do --help" Sleep 500ms Enter | ||
|
||
Sleep 4s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
Type "./subcommands say 'hello world' --shout --thing demo --count 42" Sleep 500ms Enter | ||
|
||
Sleep 4s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
Type "./subcommands do 'something' --fast --count 3 -vvv" Sleep 500ms Enter | ||
|
||
Sleep 4s | ||
|
||
Type "clear" Sleep 500ms Enter | ||
|
||
Sleep 1s | ||
|
||
# Cleanup | ||
Hide | ||
Type "rm -f ./subcommands" | ||
Enter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters