mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-10 11:50:32 +08:00
ENH: change the clean --before shortopt from -b to -e
This commit is contained in:
@@ -56,4 +56,6 @@ None
|
|||||||
Miscellaneous
|
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
@@ -323,7 +323,7 @@ def ingest(bundle, assets_version, show_progress):
|
|||||||
help='The data bundle to clean.',
|
help='The data bundle to clean.',
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'-b',
|
'-e',
|
||||||
'--before',
|
'--before',
|
||||||
type=Timestamp(),
|
type=Timestamp(),
|
||||||
help='Clear all data before TIMESTAMP.'
|
help='Clear all data before TIMESTAMP.'
|
||||||
|
|||||||
Reference in New Issue
Block a user