76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
+
+
+
+
+
+
|
RETURN VALUE
The return value is a list of extensions actually downloaded.
This may contain items that were not requested (if they were
needed to satisfy a dependency), and may not contain all items
that were requested (if they were unavailable).
The list is in the format:
{Extension_1} {ExtensionInfo_1} {Extension_2} {ExtensionInfo_2} ...
Where ExtensionInfo_N is a list in the format of:
ExtensionVersion ExtensionPlatformInfo ExtensionServer
iii. setcachedir
SYNOPSIS
package require teapotclient
::teapotclient::setcachedir <directory>
DESCRIPTION
|