Sha256: 3ba12ed6b3d66f9e4b3db8eb17ab53a6b22140a5766f4192aa45f03e28359ca3

Contents?: true

Size: 172 Bytes

Versions: 1

Compression:

Stored size: 172 Bytes

Contents

# frozen_string_literal: true

require "tty-prompt"

module EcsAutoscalingScheduler
  class Cli
    class Bye
      def run
        puts "bye."
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecs_autoscaling_scheduler-0.1.0 lib/ecs_autoscaling_scheduler/cli/bye.rb