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