[PR #262] [MERGED] Swap TERM and SHELL in v2 file format example #425

Closed
opened 2026-02-25 20:33:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/262
Author: @keysmashes
Created: 2/19/2018
Status: Merged
Merged: 2/19/2018
Merged by: @ku1ik

Base: developHead: asciicast-v2-doc-fix


📝 Commits (1)

  • 200c1de Swap TERM and SHELL in v2 file format example

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 doc/asciicast-v2.md (+2 -2)

📄 Description

The v2 file format example for env has the TERM and SHELL variables swapped:

"env": {
  "SHELL": "xterm-256color",
  "TERM": "/bin/bash"
}

This commit fixes that by swapping them back.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/262 **Author:** [@keysmashes](https://github.com/keysmashes) **Created:** 2/19/2018 **Status:** ✅ Merged **Merged:** 2/19/2018 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `asciicast-v2-doc-fix` --- ### 📝 Commits (1) - [`200c1de`](https://github.com/asciinema/asciinema/commit/200c1de559df30a695917d46503da1b88bfe75e6) Swap TERM and SHELL in v2 file format example ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/asciicast-v2.md` (+2 -2) </details> ### 📄 Description The v2 file format [example for `env`](https://github.com/asciinema/asciinema/blob/develop/doc/asciicast-v2.md#env) has the `TERM` and `SHELL` variables swapped: ```json "env": { "SHELL": "xterm-256color", "TERM": "/bin/bash" } ``` This commit fixes that by swapping them back. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#425
No description provided.