Remove the --filename option for rec and session commands

Most of it can be done by using variable interpolation in a shell e.g.:

  asciinema rec "${HOSTNAME}-${USER}-$(date +%s)-$$.cast"
This commit is contained in:
Marcin Kulik
2025-05-04 21:41:59 +02:00
parent 0dee9c5c6f
commit 2115303df2
6 changed files with 4 additions and 187 deletions

View File

@@ -44,8 +44,6 @@ tokio-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"]
rustls = { version = "0.23.26", default-features = false, features = ["aws_lc_rs"] }
sha2 = "0.10.8"
tokio-util = "0.7.10"
chrono = "0.4.38"
hostname = "0.4.1"
[build-dependencies]
clap = { version = "4.5.37", features = ["derive"] }