]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added :attr:`alembic.config.Config.cmd_opts` attribute,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 05:45:20 +0000 (01:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 05:45:20 +0000 (01:45 -0400)
commit4a72ee736d0c5ce668b40842bb7a07f6441b7bb8
treef5036206f4b2642b548c787fde261bc1be607635
parent0cee48521173ae889bc531531cdd57f0e61b0a9f
- Added :attr:`alembic.config.Config.cmd_opts` attribute,
allows access to the `argparse` options passed to the
`alembic` runner.

- Added new command line argument ``-x``, allows extra arguments
to be appended to the command line which can be consumed
within an ``env.py`` script by looking at
``context.config.cmd_opts.x``.
alembic/config.py
docs/build/changelog.rst