lib/brief/cli/parse.rb in brief-1.9.14 vs lib/brief/cli/parse.rb in brief-1.10.0
- old
+ new
@@ -5,10 +5,10 @@
c.option '--presenter-format FORMAT', String, 'Which presenter to use?'
c.option '--include-content', 'Gets passed to the model renderers if present'
c.option '--include-rendered', 'Gets passed to the model renderers if present'
c.option '--include-urls', 'Gets passed to the model renderers if present'
- c.example "Parsing an arbitrary selection of documents", "brief parse ./blueprint/docs/epics ./blueprint/docs/user_stories --root=./blueprint --format json --include-rendered --include-content"
+ c.example "Parsing an arbitrary selection of documents", "brief parse ./blueprint/docs/epics ./blueprint/docs/features --root=./blueprint --format json --include-rendered --include-content"
c.action do |args, options|
options.default(root: Pathname(Brief.pwd), output_type: "array")
o = {