mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
166 B
Ruby
9 lines
166 B
Ruby
class Cask::CLI::List
|
|
def self.run(*arguments)
|
|
puts_columns Cask::CLI.nice_listing(Cask.installed)
|
|
end
|
|
|
|
def self.help
|
|
"lists installed casks"
|
|
end
|
|
end
|