Compare commits
1
Commits
1fa8c5ba66
..
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90d68f2510 |
+2
-4
@@ -184,10 +184,8 @@ service
|
||||
service
|
||||
.command("logs")
|
||||
.description("Tail the systemd unit's logs (journalctl).")
|
||||
.option(
|
||||
"-n, --lines <n>",
|
||||
"Number of recent log lines to show.",
|
||||
(v) => Number(v),
|
||||
.option("-n, --lines <n>", "Number of recent log lines to show.", (v) =>
|
||||
Number(v),
|
||||
)
|
||||
.option(
|
||||
"--no-follow",
|
||||
|
||||
Reference in New Issue
Block a user