Configuration.this

Creates a new configuration object given the command line override args array.

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

Parameters

path string

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

Meta