class Asperalm::Cli::Shares

Public Instance Methods

browse(path) click to toggle source
# File lib/asperalm/cli/thor.rb, line 8
def browse(path)
  puts "#{path} #{options[:url]}"
end