Fix prettier formatting
CI / Checks (push) Successful in 47s
CI / Publish to npm registry (push) Successful in 49s

CI caught this on the v1.1.0 tag push - format:check wasn't run locally before committing.
This commit is contained in:
2026-08-19 18:10:28 +02:00
parent 1fa8c5ba66
commit 90d68f2510
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -184,10 +184,8 @@ service
service service
.command("logs") .command("logs")
.description("Tail the systemd unit's logs (journalctl).") .description("Tail the systemd unit's logs (journalctl).")
.option( .option("-n, --lines <n>", "Number of recent log lines to show.", (v) =>
"-n, --lines <n>", Number(v),
"Number of recent log lines to show.",
(v) => Number(v),
) )
.option( .option(
"--no-follow", "--no-follow",