lib/brief/cli/parse.rb in brief-1.9.2 vs lib/brief/cli/parse.rb in brief-1.9.3

- old
+ new

@@ -1,11 +1,9 @@ command 'parse' do |c| c.syntax = 'brief parse PATH [OPTIONS]' c.description = 'parse the briefcase path' c.option '--presenter-format FORMAT', String, 'Which presenter to use?' - c.option '--include-schema', 'Include schema information' - c.option '--include-models', 'Include individual models as well' 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"