New asciicast!

This commit is contained in:
Chris de Graaf 2018-10-10 14:56:03 -05:00
parent dfbb72e011
commit 2a6ff34394
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ Information on each keyword as well as plugin types can be found in the
If that looks like a lot of work, you can also create templates interactively If that looks like a lot of work, you can also create templates interactively
with `interactive_template`: with `interactive_template`:
[![asciicast](https://asciinema.org/a/bqBwff05mI7Cl9bz7EqLPMKF8.png)](https://asciinema.org/a/bqBwff05mI7Cl9bz7EqLPMKF8) [![asciicast](https://asciinema.org/a/31bZqW9u8h5RHpd7gtsemioRV.png)](https://asciinema.org/a/31bZqW9u8h5RHpd7gtsemioRV)
And if that's **still** too much work for you, you can call And if that's **still** too much work for you, you can call
`interactive_template` with `fast=true` to use default values for everything `interactive_template` with `fast=true` to use default values for everything

View File

@ -53,7 +53,7 @@ run(`git -C $(joinpath(t.dir, "MyPkg2")) ls-tree -r --name-only HEAD`);
If that looks like a lot of work, you can also create templates interactively If that looks like a lot of work, you can also create templates interactively
with [`interactive_template`](@ref): with [`interactive_template`](@ref):
[![asciicast](https://asciinema.org/a/bqBwff05mI7Cl9bz7EqLPMKF8.png)](https://asciinema.org/a/bqBwff05mI7Cl9bz7EqLPMKF8) [![asciicast](https://asciinema.org/a/31bZqW9u8h5RHpd7gtsemioRV.png)](https://asciinema.org/a/31bZqW9u8h5RHpd7gtsemioRV)
And if that's **still** too much work for you, you can call And if that's **still** too much work for you, you can call
`interactive_template` with `fast=true` to use default values for everything `interactive_template` with `fast=true` to use default values for everything