lib/friends/commands/graph.rb in friends-0.29 vs lib/friends/commands/graph.rb in friends-0.30
- old
+ new
@@ -3,20 +3,22 @@
desc "Graph activities over time"
command :graph do |graph|
graph.flag [:with],
arg_name: "NAME",
desc: "Graph activities with the given friend",
- type: Stripped
+ type: Stripped,
+ multiple: true
graph.flag [:in],
arg_name: "LOCATION",
desc: "Graph activities in the given location",
type: Stripped
graph.flag [:tagged],
arg_name: "@TAG",
desc: "Graph activities with the given tag",
- type: Tag
+ type: Tag,
+ multiple: true
graph.flag [:since],
arg_name: "DATE",
desc: "Graph activities on or after the given date",
type: InputDate