mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #254] [v2] Mismatch of actual behavior of result to asciinema rec -h info re. --stdin #179
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pdfkungfoo on GitHub (Dec 24, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/254
asciinema rec -hsays:--stdin enable stdin recording, disabled by defaultHowever, when recording with
asciinema rec one.cast, the recorded file contains:indicating that stdin recoring is enabled by default. If this will be remaining for the final asciinema v2.0 release, there should be an option shown by the
-hflag showing how to disable it.@ku1ik commented on GitHub (Feb 4, 2018):
@KurtPfeifle are you sure you don't have
stdin = yesin[rec]section of your config file?@pdfkungfoo commented on GitHub (Feb 6, 2018):
@sickill:
Sorry, I cannot re-check on the same system. It was a VM which I had to delete due to space problems.
However, I suspect your guess was a very educated one: I checked again on two other systems, and could not reproduce the issue there.