class Warp::Dir::Command::List

Public Instance Methods

run(*args) click to toggle source
# File lib/warp/dir/command/list.rb, line 8
def run(*args)
  formatted_list = ::Warp::Dir::Formatter.new(store).format_store
  on :success do
    message formatted_list.blue.bold
  end
end