mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
- add #[group(skip)] to all Parser-derived structs - fix conflicts_with and arg definitions for correct CLI behavior - refactor bin entry points to support manpage generation
29 lines
776 B
Groff
29 lines
776 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-server-logs 1 "logs "
|
|
.SH NAME
|
|
start\-cli\-server\-logs \- Display OS logs
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli server logs\fR [\fB\-l\fR|\fB\-\-limit\fR] [\fB\-c\fR|\fB\-\-cursor\fR] [\fB\-b\fR|\fB\-\-boot\fR] [\fB\-B\fR|\fB\-\-before\fR] [\fB\-f\fR|\fB\-\-follow\fR] [\fB\-h\fR|\fB\-\-help\fR]
|
|
.SH DESCRIPTION
|
|
Display OS logs
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-l\fR, \fB\-\-limit\fR \fI<LIMIT>\fR
|
|
Maximum number of log entries
|
|
.TP
|
|
\fB\-c\fR, \fB\-\-cursor\fR \fI<CURSOR>\fR
|
|
Start from this cursor position
|
|
.TP
|
|
\fB\-b\fR, \fB\-\-boot\fR \fI<BOOT>\fR
|
|
Filter logs by boot ID
|
|
.TP
|
|
\fB\-B\fR, \fB\-\-before\fR
|
|
Show logs before the cursor position
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-follow\fR
|
|
Follow log output in real\-time
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|