bath 0.4.0

A TUI tool to manage and export environment variable profiles
1
2
3
4
5
use anyhow::Result;

pub fn run() -> Result<()> {
    crate::tui::run()
}