distssh v3.1.1 (2020-09-23T20:47:34Z)
Dub
Repo
Config
distssh
config
Undocumented in source.
struct
Config {
struct
Global
;
struct
Help
;
struct
Shell
;
struct
Cmd
;
struct
LocalRun
;
struct
Install
;
struct
MeasureHosts
;
struct
LocalLoad
;
struct
RunOnAll
;
struct
LocalShell
;
struct
Env
;
struct
Daemon
;
struct
Purge
;
struct
LocalPurge
;
alias
Type
=
Algebraic
!(
Help
,
Shell
,
Cmd
,
LocalRun
,
Install
,
MeasureHosts
,
LocalLoad
,
RunOnAll
,
LocalShell
,
Env
,
Daemon
,
Purge
,
LocalPurge
)
;
Type
data
;
Global
global
;
void
printHelp
();
}
Members
Aliases
Type
alias
Type
=
Algebraic
!(
Help
,
Shell
,
Cmd
,
LocalRun
,
Install
,
MeasureHosts
,
LocalLoad
,
RunOnAll
,
LocalShell
,
Env
,
Daemon
,
Purge
,
LocalPurge
)
Undocumented in source.
Functions
printHelp
void
printHelp
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Cmd
struct
Cmd
Undocumented in source.
Daemon
struct
Daemon
Undocumented in source.
Env
struct
Env
Undocumented in source.
Global
struct
Global
Undocumented in source.
Help
struct
Help
Undocumented in source.
Install
struct
Install
Undocumented in source.
LocalLoad
struct
LocalLoad
Undocumented in source.
LocalPurge
struct
LocalPurge
Undocumented in source.
LocalRun
struct
LocalRun
Undocumented in source.
LocalShell
struct
LocalShell
Undocumented in source.
MeasureHosts
struct
MeasureHosts
Undocumented in source.
Purge
struct
Purge
Undocumented in source.
RunOnAll
struct
RunOnAll
Undocumented in source.
Shell
struct
Shell
Undocumented in source.
Variables
data
Type
data
;
Undocumented in source.
global
Global
global
;
Undocumented in source.
Meta
Source
See Implementation
distssh
config
functions
configImportEnvFile
hostsFromEnv
parseUserArgs
structs
Config