mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 17:50:55 +08:00
@@ -478,8 +478,10 @@ def teardown(cluster_config_file, yes, workers_only, cluster_name):
|
||||
required=False,
|
||||
type=str,
|
||||
help=("Override the configured cluster name."))
|
||||
def attach(cluster_config_file, start, tmux, cluster_name):
|
||||
attach_cluster(cluster_config_file, start, tmux, cluster_name)
|
||||
@click.option(
|
||||
"--new", "-N", is_flag=True, help=("Force creation of a new screen."))
|
||||
def attach(cluster_config_file, start, tmux, cluster_name, new):
|
||||
attach_cluster(cluster_config_file, start, tmux, cluster_name, new)
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
||||
Reference in New Issue
Block a user