22 lines
311 B
Elixir
22 lines
311 B
Elixir
Output examples/cli-ui/progress.gif
|
|
|
|
Set FontSize 32
|
|
|
|
Set Width 2200
|
|
Set Height 400
|
|
|
|
Hide
|
|
Type "irb --noautocomplete"
|
|
Enter
|
|
Type "require 'cli/ui'"
|
|
Enter
|
|
Type "CLI::UI::StdoutRouter.enable"
|
|
Enter
|
|
Ctrl+L
|
|
Show
|
|
|
|
Type "CLI::UI::Progress.progress { |bar| 100.times { sleep 0.02; bar.tick } }"
|
|
Sleep .5
|
|
Enter
|
|
Sleep 5
|