jnbt/candy_check

View on GitHub
lib/candy_check/cli/commands.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "candy_check/cli/commands/base"
require "candy_check/cli/commands/app_store"
require "candy_check/cli/commands/play_store"
require "candy_check/cli/commands/version"

module CandyCheck
  module CLI
    # Module for actual commands which can be invoked from the terminal
    module Commands
    end
  end
end