Skip to content

Commit ab177a0

Browse files
committed
Remove redundant option from run command
1 parent 8331e91 commit ab177a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/virtualship/cli/commands.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ def fetch(path: str | Path, username: str | None, password: str | None) -> None:
174174
"path",
175175
type=click.Path(exists=True, file_okay=False, dir_okay=True, readable=True),
176176
)
177-
@click.option(
178-
"--username",
179-
prompt=True,
180-
type=str,
181-
)
182177
def run(path):
183178
"""Run the expedition."""
184179
do_expedition(Path(path))

0 commit comments

Comments
 (0)