Open drupol opened 11 months ago
asciinema-rec_script
builds up a script for asciinema
to then run.
Then any command line arguments passed in to it get passed down into the underlying call to asciinema rec script
.
(See here.)
So I would have assumed it would "just work".
If you make a script then run it with:
asciinema rec --command <script> --cols=<n> --rows=<n>
Does that work as expected for you?
Then how bout:
asciinema-rec_script <script> --cols=<n> --rows=<n>
(Hmm... perhaps the help needs a link to https://github.com/asciinema/asciinema#rec-filename ?)
Hi!
I can't find a way to specify the
cols
androws
arguments that I usually pass toasciinema
.Can you tell me if it is possible to do it?
Thanks!