Added help command and purge command.

This commit is contained in:
Todd Gamblin
2013-02-21 19:05:56 -08:00
parent 705447bdc2
commit 2a908d6a0e
12 changed files with 29 additions and 18 deletions

View File

@@ -38,4 +38,4 @@ spack.verbose = args.verbose
# Try to load the particular command asked for and run it
command = spack.cmd.get_command(args.command)
command(args)
command(parser, args)