Skip to content

feat(config): support project config file (.bashunitrc) #681

@Chemaclass

Description

@Chemaclass

Goal

Add a project config file (e.g. .bashunitrc) in addition to env vars + CLI flags.

Why

src/env.sh is env-vars + flags only. A config file cuts per-project boilerplate.

Notes

  • Define precedence: CLI flag > env var > config file > default.
  • TDD: RED → GREEN → REFACTOR. Bash 3.0+ compatible. Docs + CHANGELOG.

Part of #677.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions