mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
parent
552ebdbeda
commit
51038f2197
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if __name__ == "__main__":
|
|||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
description="Setup dev.")
|
||||
parser.add_argument(
|
||||
"--yes", action="store_true", help="Don't ask for confirmation.")
|
||||
"--yes", "-y", action="store_true", help="Don't ask for confirmation.")
|
||||
args = parser.parse_args()
|
||||
|
||||
do_link("rllib", force=args.yes, local_path="../../")
|
||||
|
|
Loading…
Add table
Reference in a new issue