mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #678] config not being read in v3-rc4 #958
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#958
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 @tacman on GitHub (May 21, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/678
Describe the bug
The config file at ~/.config/asciinema/config is not being read in v3-rc4
To Reproduce
Run version 2, all config changes from the file are active.
Run version 3, only default config is active.
Solution
It is possible that the filename has changed so v2 and v3 could co-exist. However, I can't find documentation for that.
A option to dump some debug info during the CLI would be helpful, it could indicate what config is being read, etc. Something like a --verbose flag, or --debug?
@tacman commented on GitHub (May 24, 2025):
Here is an example: https://asciinema.org/a/YkMNqrykheREqXvzjM2hJ8VKf
@tacman commented on GitHub (May 25, 2025):
The config file is now config.toml, documentation can be found at https://docs.asciinema.org/manual/cli/configuration-v3/