]> pd.if.org Git - zpackage/commit
rewrite zpm-install
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 24 Nov 2018 01:26:45 +0000 (01:26 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 24 Nov 2018 21:57:16 +0000 (21:57 +0000)
commit6cd290b379076aa17eed531cb23585b20cae3a37
tree8cc636c5d7b5a82105698307758e5107920fd5e9
parentf85b2f817faa5e86169b4cd80539da4b7f603066
rewrite zpm-install

zpm-install can now install more than one package at a time, and will
install all packages in a given file if none are specified, or if the -a
option is given.

Once zpm-list defaults to only listing the latest packages, zpm-install
will try to install the latest of any given package, instead of multiple
versions.  That is, zpm-install calls 'zpm list', and uses whatever
comes back.
t/install.t
zpm-install