Overhauled CLI. #180
authorEevee <git@veekun.com>
Sat, 24 Apr 2010 21:04:15 +0000 (14:04 -0700)
committerEevee <git@veekun.com>
Sat, 24 Apr 2010 21:06:56 +0000 (14:06 -0700)
commit193856e88e36b2108c14fadd83883048ce93954c
tree62c203d4750eebf7a25052aac312553ae427e418
parent37d6405bf9f93a7cdc64b668764884672f8b2bea
Overhauled CLI.  #180

- Everything now accepts -i, -e, -q, and -v.

- Plumbing commands now announce what database/index they're using and
  where they got them from.

- New command status, which does nothing but still does the announcing.

- New command reindex, which recreates only the whoosh index.
pokedex/__init__.py
pokedex/db/load.py