Added support for the 'use alternate font metrics' flag.
[redact.git] / bin / redact
1 #!/usr/bin/ruby -w
2
3 require "redact/app"
4
5 Redact::App.new(ARGV).run