bin/brief in brief-1.9.8 vs bin/brief in brief-1.9.9

- old
+ new

@@ -16,9 +16,11 @@ require 'pry' $briefcase = Brief::Briefcase.new(root: Brief.pwd) Pry.start($briefcase) else require 'commander/import' + + $terminal.wrap_at = 120 program :name, "Brief" program :description, "Brief lets you treat your markdown files like active record objects" program :version, Brief::VERSION