lib/arborist/command/summary.rb in arborist-0.3.0 vs lib/arborist/command/summary.rb in arborist-0.4.0

- old
+ new

@@ -20,10 +20,10 @@ '\\__,_|_| |_.__/\\___/_| |_/__/\\__| %s, %s nodes', ] desc 'Summarize known problems' - command :summary do |cmd| + command [ :summary, :status ] do |cmd| cmd.flag [:s, :sort], type: String, desc: "Sort output by this node key", arg_name: 'sort',