The update command supports the following sub-commands:
lfetooldeps
If you have a regular install (not a link to the script in a git clone dir),
you may want to use this command to get the latest script from github:
$ lfetool update lfetoolThe update command will accept an empty parameter as well, in which case it
will default to updating lfetool:
$ lfetool updateNote that the update will fail if lfetool is not on your $PATH.
lfetool has to ability to update a project's dependencies:
$ lfetool update depsWith this command, lfetool will enter each directory in ./deps and
perform a git pull.