preboot doc-comms fix
parent
939bdc6676
commit
c03981186a
|
|
@ -46,62 +46,62 @@ impl std::fmt::Display for MetricsPrebootParams {
|
||||||
///
|
///
|
||||||
/// `--no-hagent` - to disable hagent work module and set up work mode as autonomous
|
/// `--no-hagent` - to disable hagent work module and set up work mode as autonomous
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --no-hagent ...
|
/// noxis-rs ... --no-hagent ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
///
|
///
|
||||||
/// `--no-logs` - to disable logging at all
|
/// `--no-logs` - to disable logging at all
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --no-logs ...
|
/// noxis-rs ... --no-logs ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--refresh-logs` - to truncate logs directory
|
/// `--refresh-logs` - to truncate logs directory
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --refresh-logs ...
|
/// noxis-rs ... --refresh-logs ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--no-remote-config` - to disable work with Redis as config producer
|
/// `--no-remote-config` - to disable work with Redis as config producer
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --no-remote-config ...
|
/// noxis-rs ... --no-remote-config ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--no-sub` - to disable Redis subscribtion mechanism
|
/// `--no-sub` - to disable Redis subscribtion mechanism
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --no-sub ...
|
/// noxis-rs ... --no-sub ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--socket-path` - to set Unix Domain Socket file's directory
|
/// `--socket-path` - to set Unix Domain Socket file's directory
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --no-sub ...
|
/// noxis-rs ... --no-sub ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--log-to` - to set directory for logs
|
/// `--log-to` - to set directory for logs
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --log-to /dir/to/logs/ ...
|
/// noxis-rs ... --log-to /dir/to/logs/ ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--remote-server-url` - to set Redis Server
|
/// `--remote-server-url` - to set Redis Server
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --remote-server-url 192.168.28.12 ...
|
/// noxis-rs ... --remote-server-url 192.168.28.12 ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--config` - to set Noxis' config full path
|
/// `--config` - to set Noxis' config full path
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --config /etc/enode/settings.json ...
|
/// noxis-rs ... --config /etc/enode/settings.json ...
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// `--metrics` - to set metrics mode
|
/// `--metrics` - to set metrics mode
|
||||||
/// ### usage :
|
/// ### usage :
|
||||||
/// ```
|
/// ``` bash
|
||||||
/// noxis-rs ... --metrics full ...
|
/// noxis-rs ... --metrics full ...
|
||||||
/// ```
|
/// ```
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue