mix test.watch v1.0.0 MixTestWatch.Config

Responsible for gathering and packaging the configuration for the task.

Link to this section Summary

Functions

Create a new config struct, taking values from the ENV

Link to this section Functions

Link to this function new(cli_args \\ [])
new([String.t()]) :: %MixTestWatch.Config{
  clear: term(),
  cli_args: term(),
  cli_executable: term(),
  exclude: term(),
  extra_extensions: term(),
  runner: term(),
  tasks: term(),
  timestamp: term()
}

Create a new config struct, taking values from the ENV