Configuration.this

Creates a new configuration object wihout any command line overrides.

  1. this(string path)
    class Configuration(T)
    this
    (
    string path = "configuration.json"
    )
  2. this(string[] args, string path)

Parameters

path string

path to a JSON file containing the default path and configuration filename

Meta