summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Albert <michel@albert.lu>2015-07-16 07:54:58 +0200
committerMichel Albert <michel@albert.lu>2015-07-16 07:54:58 +0200
commit6581b11abe4b87f919f807f0ad4e648d0c9dc5f2 (patch)
treef1fe8457395640fa9253d31a3315928bad122c36
parent7b91b325ff43a0e9235e0f15b57391fa92352626 (diff)
downloadalembic-6581b11abe4b87f919f807f0ad4e648d0c9dc5f2.tar.gz
Removed arguments for "--edit" command.
-rw-r--r--alembic/config.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/alembic/config.py b/alembic/config.py
index 3d11916..bd0ea4f 100644
--- a/alembic/config.py
+++ b/alembic/config.py
@@ -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",