mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
Add duration to optional meta-data
This commit is contained in:
@@ -30,6 +30,7 @@ The following meta-data is **required** in asciicast v2:
|
|||||||
|
|
||||||
The following meta-data is **optional** in asciicast v2:
|
The following meta-data is **optional** in asciicast v2:
|
||||||
|
|
||||||
|
* `duration` - duration of the whole recording in seconds (when it's known upfront),
|
||||||
* `command` - command that was recorded, as given via `-c` option to `asciinema rec`,
|
* `command` - command that was recorded, as given via `-c` option to `asciinema rec`,
|
||||||
* `title` - title of the asciicast, as given via `-t` option to `asciinema rec`,
|
* `title` - title of the asciicast, as given via `-t` option to `asciinema rec`,
|
||||||
* `env` - map of environment variables useful for debugging playback problems.
|
* `env` - map of environment variables useful for debugging playback problems.
|
||||||
|
|||||||
Reference in New Issue
Block a user