mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #629] unable to upload multiple recordings at once #324
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#324
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 @evakhoni on GitHub (May 12, 2024).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/629
Describe the bug
trying to upload multiple recordings at once,
the software recognizes the additional files as unrecognized arguments
To Reproduce
❯ asciinema upload *.cast
usage: asciinema [-h] [--version] {rec,play,cat,upload,auth} ...
asciinema: error: unrecognized arguments: details.cast main.cast status.cast
Expected behavior
upload successful
or at least a reasonable message
Versions:
@moritzdietz commented on GitHub (May 15, 2024):
May I suggest:
@ku1ik commented on GitHub (May 15, 2024):
That's what I'd suggest as well. Thanks @moritzdietz.
@evakhoni commented on GitHub (May 15, 2024):
yeah there are definitely workarounds available for this one. just the current situation of it recognizing it as
unrecognized argumentsseems buggy to my eyes@ku1ik commented on GitHub (May 15, 2024):
The help message clearly states it accepts 1 filename so it works as expected.
recandplaycommands #837