diff --git a/darwin/options.py b/darwin/options.py index 1411a8385..441264c43 100644 --- a/darwin/options.py +++ b/darwin/options.py @@ -473,7 +473,13 @@ def cpu_default_types(input: Any) -> Optional[int]: # type: ignore help="[Remote] Dataset name: to list all the existing dataset, run 'darwin dataset remote'. ", ) parser_comment.add_argument("file", type=str, help="File to comment") +<<<<<<< patch-1 + parser_comment.add_argument("--text", required=True, type=str, help="Comment: list of words") + parser_comment.add_argument("--x", required=False, type=float, default=1, help="X coordinate for comment box") + parser_comment.add_argument("--y", required=False, type=float, default=1, help="Y coordinate for comment box") +======= parser_comment.add_argument("--text", type=str, help="Comment: list of words") +>>>>>>> master parser_comment.add_argument( "--x", required=False,