Sha256: ef2db15e2b3ac8c557a08024745850ba0c7f5c652d2b654eb3615f3b97b72747

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

require 'dry/cli'
require 'hanamimastery/cli/version'
require 'hanamimastery/cli/errors'
require 'hanamimastery/cli/deps'

module Hanamimastery
  module CLI
    extend Dry::CLI::Registry
    register 'touch', Commands::Touch
    register 'unshot', Commands::Unshot
    register 'pro', Commands::ToPRO
    register 'notion', Commands::ToNotion
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hanamimastery-cli-0.4.0 lib/hanamimastery/cli.rb