Options.this

Verbose creation from native D types.

  1. this(string[] args)
  2. this(bool daemon, bool help, string configName, string genPath, string pidFile, string lockFile, bool showVersion)
    class Options
    pure nothrow
    this
    (
    bool daemon
    ,
    bool help
    ,
    string configName
    ,
    string genPath
    ,
    string pidFile
    ,
    string lockFile
    ,)

Parameters

daemon bool

is program should start in daemon mode

help bool

is program should show help message and exit

configName string

configuration file name

genPath string

is program should generate config at specified path and exit

showVersion bool

is program should show it version

Meta