mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21: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
20 lines
412 B
Groff
20 lines
412 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-net-gateway-set-name 1 "set-name "
|
|
.SH NAME
|
|
start\-cli\-net\-gateway\-set\-name \- Rename a gateway
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli net gateway set\-name\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIID\fR> <\fINAME\fR>
|
|
.SH DESCRIPTION
|
|
Rename a gateway
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIID\fR>
|
|
Gateway identifier
|
|
.TP
|
|
<\fINAME\fR>
|
|
Name of the gateway
|