mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Click 0.7 changes the naming convention for commands; fix this
This commit is contained in:
parent
139fbf7884
commit
c46ea2ff4b
1 changed files with 3 additions and 4 deletions
|
@ -674,16 +674,15 @@ done
|
|||
|
||||
cli.add_command(start)
|
||||
cli.add_command(stop)
|
||||
cli.add_command(create_or_update)
|
||||
cli.add_command(create_or_update, name="up")
|
||||
cli.add_command(attach)
|
||||
cli.add_command(exec_cmd, name="exec")
|
||||
cli.add_command(rsync_down)
|
||||
cli.add_command(rsync_up)
|
||||
cli.add_command(rsync_down, name="rsync_down")
|
||||
cli.add_command(rsync_up, name="rsync_up")
|
||||
cli.add_command(submit)
|
||||
cli.add_command(teardown)
|
||||
cli.add_command(teardown, name="down")
|
||||
cli.add_command(get_head_ip)
|
||||
cli.add_command(get_head_ip, name="get_head_ip")
|
||||
cli.add_command(stack)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue