-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Discussed in #209
Originally posted by xfzv April 12, 2025
On 5.1.0 and older, I could run e.g.
% watch -c -n 5 -t "sudo emlop p | tspin"
% journalctl -b -f -n 50 -u ssh | tspin
After updating to 5.2.0:
% tspin --version
tspin 5.2.0
these commands now give the following error instead:
Error: ⚠ Missing filename (tspin --help for help)
Line 47 in 2eafd02
#[error("Missing filename ({} for help)", "tspin --help".magenta())] |
This still works fine:
% tail -f /path/to/file.ext | tspin
Not sure if this is a bug.
Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working