]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- pushed the whole command line options thing into a single main() function
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 19:47:51 +0000 (15:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Apr 2010 19:47:51 +0000 (15:47 -0400)
commit54835cc4cd9c5ac65db888b5ec801f9fb12e29cd
tree709503a00dc53cd33efb7cb4a4c9be4d898555a1
parent92e8f58ffc8709f332d29a7bc75dad212605377a
- pushed the whole command line options thing into a single main() function
- command methods now accept a "config" plus positional + kw arguments,
for easy API calling
- main() provides context sensitive arguments and help for each command
using inspect.getargspec()
alembic/__init__.py
alembic/command.py
alembic/config.py [new file with mode: 0644]
alembic/options.py [deleted file]
alembic/script.py
alembic/util.py
tests/__init__.py