distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
Config.Global
distssh
config
Config
Undocumented in source.
struct
Config
struct
Global {
std
.
getopt
.
GetoptResult
helpInfo
;
VerboseMode
verbosity
;
string
progName
;
bool
noImportEnv
;
bool
cloneEnv
;
bool
stdinMsgPackEnv
;
Duration
timeout
;
string
selfBinary
;
string
selfDir
;
string
importEnv
;
string
workDir
;
string
[]
command
;
string
dbPath
;
Host
[]
cluster
;
}
Members
Variables
cloneEnv
bool
cloneEnv
;
Undocumented in source.
cluster
Host
[]
cluster
;
The hosts the cluster consist of.
command
string
[]
command
;
Undocumented in source.
dbPath
string
dbPath
;
Undocumented in source.
helpInfo
std
.
getopt
.
GetoptResult
helpInfo
;
Undocumented in source.
importEnv
string
importEnv
;
Undocumented in source.
noImportEnv
bool
noImportEnv
;
Undocumented in source.
progName
string
progName
;
Undocumented in source.
selfBinary
string
selfBinary
;
Undocumented in source.
selfDir
string
selfDir
;
Undocumented in source.
stdinMsgPackEnv
bool
stdinMsgPackEnv
;
Undocumented in source.
timeout
Duration
timeout
;
Undocumented in source.
verbosity
VerboseMode
verbosity
;
Undocumented in source.
workDir
string
workDir
;
Undocumented in source.
Meta
Source
See Implementation
distssh
config
Config
aliases
Type
functions
printHelp
structs
Cmd
Daemon
Env
Global
Help
Install
LocalLoad
LocalRun
LocalShell
MeasureHosts
RunOnAll
Shell
variables
data
global