* Fixed stack dump when running --list with no ~/.fighome directory
(GH-13)
* Fixed bug where args weren't being passed to commands (GH10)
* Added --list-remote option to list packages in the remote repository
* Added --list-configs option to list configurations for a package in
the local repository
* You can now override the location of packages by including a
"fig.properties" file in the current directory. This lets you work on
two closely related projects without publishing to the remote
repository all the time. The "fig.properties" file should contain a
mapping of package/version names to directory paths:
foo/1.2.3=../foo
bar/4.5.6=../bar
The directories specified must contain a "package.fig" file, which
will be loaded instead of the one in the local repository.