Changes to teapot-client between r0 and r1

''Simple command-line based interface to [Teapot]''

"teapot-client" is a command-line interface to [Teapot].  It can be used to list or fetch [Tcl] extensions for a given platform.

Usage:
   1. Listing extensions:
teapot-client list ''operating system'' ''cpu-arch'' -->    11. teapot-client list ''operating-system'' ''cpu-arch''
(blank line)
   11. Lists extensions available for the specified operating system to stdout
   2. Fetching extensions:
teapot-client get ''directory'' ''operating system'' ''cpu-arch'' ''extensions ...'' -->    22. teapot-client get ''directory'' ''operating-system'' ''cpu-arch'' ''extensions...''
   22. Fetches extensions specified and their dependencies (recursively) into ''directory''`/lib`
(blank line)
Examples:
$ mkdir test
$ teapot-client get test linux x86 pki::pkcs11

Legend

     Only in r0
     Only in r1
     -->      Modified slightly between r0 and r1