ecode 1.0.2

Ena Code simple Visual Studio Code profile switcher.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod actions;
mod config;
mod list;
mod remove;

use actions::{Commands, LaunchOptions};

fn main() {
    let opt = LaunchOptions::build();
    Commands::handle(&opt);
}