ENH: change the clean --before shortopt from -b to -e

This commit is contained in:
Joe Jevnik
2016-12-25 19:20:32 -05:00
parent 4b69a253ec
commit d2cc337202
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -56,4 +56,6 @@ None
Miscellaneous
~~~~~~~~~~~~~
None
* Changed the short-opt for ``--before`` in the ``zipline clean``
entrypoint. The new argument is ``-e``. The old argument, ``-b``, conflicted
with the ``--bundle`` short-opt (:issue:`1625`).
+1 -1
View File
@@ -323,7 +323,7 @@ def ingest(bundle, assets_version, show_progress):
help='The data bundle to clean.',
)
@click.option(
'-b',
'-e',
'--before',
type=Timestamp(),
help='Clear all data before TIMESTAMP.'