]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Removed arguments for "--edit" command.
authorMichel Albert <michel@albert.lu>
Thu, 16 Jul 2015 05:54:58 +0000 (07:54 +0200)
committerMichel Albert <michel@albert.lu>
Thu, 16 Jul 2015 05:54:58 +0000 (07:54 +0200)
alembic/config.py

index 3d11916d17a5524fee37137d26dc6c7ee5adb174..bd0ea4f5b74dfc99642a6da2e6053b3b3387a1d2 100644 (file)
@@ -352,13 +352,6 @@ class CommandLine(object):
                         help="Specify a revision range; "
                         "format is [start]:[end]")
                 ),
-                'edit': (
-                    "--edit",
-                    dict(
-                        action="store_true",
-                        help="Edit the latest revision"
-                    )
-                )
             }
             positional_help = {
                 'directory': "location of scripts directory",