lib/sfn/config/events.rb in sfn-2.1.6 vs lib/sfn/config/events.rb in sfn-2.1.8
- old
+ new
@@ -21,9 +21,14 @@
attribute(
:all_attributes, [TrueClass, FalseClass],
:description => 'Display all event attributes',
:short_flag => 'A'
)
+ attribute(
+ :all_events, [TrueClass, FalseClass],
+ :description => 'Display all available events',
+ :short_flag => 'L'
+ )
end
end
end