add cli alias for --start-timestamp(--from) and --end-timestamp(--to) to conform with the CDX API docs.
This commit is contained in:
parent
118dc6c523
commit
27f2727049
@ -189,12 +189,14 @@ def save_urls_on_file(url_gen: Generator[str, None, None]) -> None:
|
|||||||
"-st",
|
"-st",
|
||||||
"--start-timestamp",
|
"--start-timestamp",
|
||||||
"--start_timestamp",
|
"--start_timestamp",
|
||||||
|
"--from",
|
||||||
help="Start timestamp for CDX API in yyyyMMddhhmmss format.",
|
help="Start timestamp for CDX API in yyyyMMddhhmmss format.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"-et",
|
"-et",
|
||||||
"--end-timestamp",
|
"--end-timestamp",
|
||||||
"--end_timestamp",
|
"--end_timestamp",
|
||||||
|
"--to",
|
||||||
help="End timestamp for CDX API in yyyyMMddhhmmss format.",
|
help="End timestamp for CDX API in yyyyMMddhhmmss format.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
Loading…
Reference in New Issue
Block a user