vlt 0.1.0

Fast offline-first CLI for managing .env files across environments
1
2
3
4
5
use anyhow::{Result, bail};

pub fn run(_source: &str, _target: &str) -> Result<()> {
    bail!("sync is not implemented yet")
}