fixed #92
This commit is contained in:
2
TODO
2
TODO
@@ -17,6 +17,8 @@ Unknown milestone
|
|||||||
- bash autocompletion
|
- bash autocompletion
|
||||||
- clarify ImportError in load_model
|
- clarify ImportError in load_model
|
||||||
- implement debug flag to jump into the error
|
- implement debug flag to jump into the error
|
||||||
|
- sqlautocode support
|
||||||
|
- serializers (json, yaml, etc)
|
||||||
|
|
||||||
|
|
||||||
0.6.1
|
0.6.1
|
||||||
|
@@ -64,7 +64,10 @@ def main(argv=None, **kwargs):
|
|||||||
:param disable_logging: Let migrate configure logging
|
:param disable_logging: Let migrate configure logging
|
||||||
:type disable_logging: bool
|
:type disable_logging: bool
|
||||||
"""
|
"""
|
||||||
argv = argv or list(sys.argv[1:])
|
if argv is not None:
|
||||||
|
argv = argv
|
||||||
|
else:
|
||||||
|
argv = list(sys.argv[1:])
|
||||||
commands = list(api.__all__)
|
commands = list(api.__all__)
|
||||||
commands.sort()
|
commands.sort()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user