mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 17:05:35 +08:00
ENH: change the clean --before shortopt from -b to -e
This commit is contained in:
@@ -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
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user