bin/brief in brief-1.15.4 vs bin/brief in brief-1.15.5
- old
+ new
@@ -11,9 +11,10 @@
$briefcase = Brief::Briefcase.new(root: Brief.pwd)
Pry.start($briefcase)
else
require 'commander/import'
+ $brief_cli = true
$terminal.wrap_at = 120
program :name, "Brief"
program :description, "Brief lets you treat your markdown files like active record objects"
program :version, Brief::VERSION