Skip to content

Commit

Permalink
FIX: Honor the end date within the CLI
Browse files Browse the repository at this point in the history
* fix: add end date to list of valid arguments for `query` (#48)
  • Loading branch information
mfacchinelli authored Jun 20, 2024
1 parent bde27e7 commit 5734be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap_data_access/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def _query_parser(args: argparse.Namespace):
"data_level",
"descriptor",
"start_date",
"end_date",
"repointing",
"version",
"extension",
Expand Down

0 comments on commit 5734be6

Please sign in to comment.