mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #690] [MERGED] Require at least one of -l / -r for session command #1188
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#1188
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/690
Author: @moritzdietz
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @ku1ik
Base:
develop← Head:fix-session-args📝 Commits (2)
116fd90Require at least one of -l / -r for session commandf7a94fdAlso require -o / --output-file for session command📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/cli.rs(+1 -0)📄 Description
As of right now I didn't include the options
-o / --outputas one of the required sets of args.I remember you saying that
asciinema sessionis a mix ofrecordandstream, but I understood it being more "stream" than recording so I didn't add it as one of the required args.Hence the draft PR
This fixes #689
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.