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",
|
||||
"--start-timestamp",
|
||||
"--start_timestamp",
|
||||
"--from",
|
||||
help="Start timestamp for CDX API in yyyyMMddhhmmss format.",
|
||||
)
|
||||
@click.option(
|
||||
"-et",
|
||||
"--end-timestamp",
|
||||
"--end_timestamp",
|
||||
"--to",
|
||||
help="End timestamp for CDX API in yyyyMMddhhmmss format.",
|
||||
)
|
||||
@click.option(
|
||||
|
Loading…
Reference in New Issue
Block a user