bin/rumble in rumble-0.5.3 vs bin/rumble in rumble-0.6.0
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-# Copyright (c) 2018-2019 Yegor Bugayenko
+# Copyright (c) 2018-2020 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -72,9 +72,10 @@
o.string '--skip', 'File name with emails that opted-out (black list)'
o.string '--test', 'Email address to use instead of the real user list'
o.string '--col-first', 'First name columm (0 by default)', default: 0
o.string '--col-last', 'Last name columm (1 by default)', default: 1
o.string '--col-email', 'Email columm (2 by default)', default: 2
+ o.string '--attach', 'The script to run on each email'
end
rescue Slop::Error => ex
raise "#{ex.message}, try --help"
end