Skip to content

Commit

Permalink
stage add: remove --external
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored and efiop committed Jul 14, 2023
1 parent eb212a7 commit f1764bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions dvc/commands/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,6 @@ def _add_common_args(parser):
help="Declare output file or directory (do not put into DVC cache).",
metavar="<filename>",
).complete = completion.FILE
parser.add_argument(
"--external",
action="store_true",
default=False,
help="Allow outputs that are outside of the DVC repository.",
)
parser.add_argument(
"--outs-persist",
action="append",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/command/test_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_stage_add(mocker, dvc, command, parsed_command):
"file:param1,param2",
"--params",
"param3",
"--external",
"--desc",
"description",
"--force",
Expand Down

0 comments on commit f1764bd

Please sign in to comment.