togl 0.2.3

A CLI tool for toggling code comments across multiple languages
Documentation
1
2
3
4
5
6
7
// Rust sample file
fn main() {
    println!("Hello, world!");
}

// Debug output
println!("debug info");