mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Set default galaxy-root option to CWD
This commit is contained in:
+3
-1
@@ -460,7 +460,9 @@ def group_options(*options):
|
||||
|
||||
|
||||
galaxy_root_option = click.option(
|
||||
"--galaxy-root", type=click.Path(exists=True, file_okay=False, resolve_path=True, path_type=pathlib.Path)
|
||||
"--galaxy-root",
|
||||
type=click.Path(exists=True, file_okay=False, resolve_path=True, path_type=pathlib.Path),
|
||||
default=".",
|
||||
)
|
||||
package_repository_option = click.option(
|
||||
"--package_repository",
|
||||
|
||||
Reference in New Issue
Block a user