From a394e6df411386d730589ef5772f5d8330fab7a3 Mon Sep 17 00:00:00 2001 From: Kevin De Pelseneer Date: Thu, 2 Jan 2025 12:14:04 +0100 Subject: [PATCH] Make the default ftp --- mars-cli/mars_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mars-cli/mars_cli.py b/mars-cli/mars_cli.py index 24c2893..196694e 100644 --- a/mars-cli/mars_cli.py +++ b/mars-cli/mars_cli.py @@ -232,7 +232,8 @@ def cli(ctx, development): "--file-transfer", type=click.Choice(["ftp", "aspera"], case_sensitive=False), required=True, - help="provide the name of a file transfer solution, like ftp or aspera", + default="ftp", + help="provide the name of a file transfer solution, like ftp or aspera. The default is ftp.", ) @click.option( "--data-files",