projtool.pl: add update subcommand
commitea7c13ec3d88734be088f203f71fa31bb8814e65
authorKyle J. McKay <mackyle@gmail.com>
Sun, 31 Dec 2017 11:40:18 +0000 (31 03:40 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 31 Dec 2017 11:40:18 +0000 (31 03:40 -0800)
tree89955755986e58bb1e6f675bf8be62cf439b331e
parent3aa4e94f26fda5768da7a7d5a4e183b6a108f839
projtool.pl: add update subcommand

Provide a convenient way to run the update.sh script for a particular
project simply by using the "projtool.pl update <prjname>" command.

Primarily this is just a convenience command as "update.sh" could
be run directly, but the new subcommand provides semantics more
similar to "git fetch" in that full progress gets shown by default.
This can make it more comfortable to use.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl