Class: Milestoner::CLI::Actions::Cache::Info

Inherits:
Sod::Action
  • Object
show all
Defined in:
lib/milestoner/cli/actions/cache/info.rb

Overview

Handles cache information.

Instance Method Summary collapse

Instance Method Details

#callObject



17
18
19
20
# File 'lib/milestoner/cli/actions/cache/info.rb', line 17

def call(*)
  path = client.path
  path.exist? ? log_info("Path: #{path}.") : log_info("No cache found.")
end