zorath-env 0.1.2

A tiny CLI to validate .env using a schema, generate docs, and keep config sane.
1
2
3
pub mod check;
pub mod docs;
pub mod init;