xenoterracide / brix

Brix is a CLI tool written in Rust for scaffolding and code generation.
https://crates.io/crates/brix
MIT License
5 stars 0 forks source link

env context #8

Open xenoterracide opened 3 years ago

xenoterracide commented 3 years ago
BRIX_CONTEXT_FOO="bar"

override order

  1. cli
  2. env (this feature)
  3. global
  4. local (on the command)