Sha256: c9f3fbd70a5f27c225f1cdf741ac02c611ce0ebc0b68151dd4fa65807bf7b5cf

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

module PolyglotIos
  module Command
    class Login
      include Helper::Terminal

      def self.init(options = Commander::Command::Options.new)
        new(options).call
      end

      def initialize(options = Commander::Command::Options.new)
        @options = options
      end

      def call
        prompt.error("Login command removed!\n")
        prompt.warn(generate_token_message())
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ios_polyglot_cli-2.6.3 lib/ios_polyglot_cli/commands/login.rb
ios_polyglot_cli-2.6.2 lib/ios_polyglot_cli/commands/login.rb
ios_polyglot_cli-2.6.1 lib/ios_polyglot_cli/commands/login.rb
ios_polyglot_cli-2.6.0 lib/ios_polyglot_cli/commands/login.rb