Skip to content

Commit 80f16c8

Browse files
committed
Add help message
1 parent b00d95d commit 80f16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def setup_logging(verbose: bool = False) -> None:
475475

476476
def parse_args(args: Optional[Sequence[str]] = None) -> argparse.Namespace:
477477
"""Parse command line arguments."""
478-
main_parser = argparse.ArgumentParser(add_help=False, description="Causal Testing Framework")
478+
main_parser = argparse.ArgumentParser(description="Causal Testing Framework")
479479
main_parser.add_argument("-G", "--generate", help="Generate test cases from a DAG", action="store_true")
480480
main_parser.add_argument("-D", "--dag_path", help="Path to the DAG file (.dot)", required=True)
481481
main_parser.add_argument("-o", "--output", help="Path for output file (.json)", required=True)

0 commit comments

Comments
 (0)