togl 0.2.3

A CLI tool for toggling code comments across multiple languages
Documentation
1
2
3
4
5
6
7
# Ruby sample file
def hello
  puts "Hello, world!"
end

# Debug logging
puts "debug info"