Sha256: 5f1e8ded7252e4c250ca7acfccc4a6af02b2f2804d5194673e001874fa74b141

Contents?: true

Size: 431 Bytes

Versions: 13

Compression:

Stored size: 431 Bytes

Contents

module Lono
  class Registration < Command
    desc "check", "Check .lono/registration.yml file"
    long_desc Help.text(:check)
    option :debug, type: :boolean, desc: "Enable debug mode"
    def check
      User.new(options.merge(cli: true)).check
    end

    desc "temp_check", "Check .lono/temp.yml file", hide: true
    def temp_check
      Temp.new.check
    end

    def self.check
      Check.new.check
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc6 lib/lono/registration.rb
lono-8.0.0.pre.rc5 lib/lono/registration.rb
lono-8.0.0.pre.rc4 lib/lono/registration.rb
lono-8.0.0.pre.rc3 lib/lono/registration.rb
lono-8.0.0.pre.rc2 lib/lono/registration.rb
lono-8.0.0.pre.rc1 lib/lono/registration.rb
lono-7.5.2 lib/lono/registration.rb
lono-7.5.1 lib/lono/registration.rb
lono-7.5.0 lib/lono/registration.rb
lono-7.4.11 lib/lono/registration.rb
lono-7.4.10 lib/lono/registration.rb
lono-7.4.9 lib/lono/registration.rb
lono-7.4.8 lib/lono/registration.rb