diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-21 19:05:56 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-21 19:05:56 -0800 |
commit | 2a908d6a0ecb1295f5368acf294862cbf63e52b4 (patch) | |
tree | ca7b5dadd890f5ca8827be1f96251e73338a68b7 /bin | |
parent | 705447bdc2305eca4a46e0442212e073e547096a (diff) | |
download | spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.gz spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.bz2 spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.tar.xz spack-2a908d6a0ecb1295f5368acf294862cbf63e52b4.zip |
Added help command and purge command.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |