envswitch 0.1.1

A tool for managing and switching environment variable configurations
Documentation
1
2
3
4
5
6
7
8
9
pub mod cli;
pub mod config;
pub mod env;
pub mod shell;
pub mod error;
pub mod types;
pub mod commands;
pub mod handlers;
pub mod utils;