Class: AndParcel::ListCommand

Inherits:
Command
  • Object
show all
Defined in:
bin/parcel

Instance Method Summary collapse

Methods inherited from Command

inherited

Instance Method Details

#runObject



37
38
39
40
# File 'bin/parcel', line 37

def run
	catalogs=AndParcel.catalogs
	puts catalogs.names.sort.join("\n")
end