mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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
33 lines
750 B
Groff
33 lines
750 B
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH start-cli-package-host-binding-set-address-enabled 1 "set-address-enabled "
|
|
.SH NAME
|
|
start\-cli\-package\-host\-binding\-set\-address\-enabled \- about.set\-address\-enabled\-for\-binding
|
|
.SH SYNOPSIS
|
|
\fBstart\-cli package host binding set\-address\-enabled\fR <\fB\-\-address\fR> [\fB\-\-enabled\fR] [\fB\-h\fR|\fB\-\-help\fR] <\fIINTERNAL_PORT\fR>
|
|
.SH DESCRIPTION
|
|
about.set\-address\-enabled\-for\-binding
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-\-address\fR \fI<ADDRESS>\fR
|
|
help.arg.address
|
|
.TP
|
|
\fB\-\-enabled\fR \fI<ENABLED>\fR
|
|
Enable or disable this binding
|
|
.br
|
|
|
|
.br
|
|
\fIPossible values:\fR
|
|
.RS 14
|
|
.IP \(bu 2
|
|
true
|
|
.IP \(bu 2
|
|
false
|
|
.RE
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
<\fIINTERNAL_PORT\fR>
|
|
Internal port number
|