Sha256: 8e2ad6c1f44588fee3926164c31c7b3ac0e60bdb8c9f0aea69b10bec4b5291f6
Contents?: true
Size: 413 Bytes
Versions: 17
Compression:
Stored size: 413 Bytes
Contents
class Eco::API::UseCases::Default::People::Amend::ReinviteTransCase class Cli < Eco::API::UseCases::Cli str = "Re-sends invites to all filtered users that have not accepted the invite as yet" desc str str = "If also send an invite email to those that have accepted the invite" add_option("-force", str) do |options| options.deep_merge!(force: {invite: true}) end end end
Version data entries
17 entries across 17 versions & 1 rubygems