ortho_config 0.9.0

A configuration management library for Rust, inspired by esbuild.
Documentation
1
2
3
4
5
6
Feature: CLI precedence
  Scenario: CLI overrides environment and file values
    Given the configuration file has rules "file"
    And the environment variable DDLINT_RULES is "env"
    When the config is loaded with CLI rules "cli"
    Then the loaded rules are "cli"