diff --git a/src/pheval_ai_marrvel/post_process/post_process.py b/src/pheval_ai_marrvel/post_process/post_process.py index 589129a..a41d82b 100644 --- a/src/pheval_ai_marrvel/post_process/post_process.py +++ b/src/pheval_ai_marrvel/post_process/post_process.py @@ -11,13 +11,13 @@ def post_process_results(raw_results_dir: Path, output_dir: Path) -> None: @click.command() @click.option( - "--raw_results_dir", + "--raw-results-dir", "-r", type=Path, ) @click.option( - "--output_dir", - "-r", + "--output-dir", + "-o", type=Path, ) def post_process(raw_results_dir: Path, output_dir: Path) -> None: