Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit d2ca955

Browse files
committed
Merge branch 'run-restored' into PS-10203-run-deprecated
# Conflicts: # paperspace/cli/run.py
2 parents 9bac966 + 220388d commit d2ca955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@click.option("-m", "--module", "mode", flag_value=RunMode.RUN_MODE_PYTHON_MODULE)
1616
@click.option("-s", "--shell", "mode", flag_value=RunMode.RUN_MODE_SHELL_COMMAND)
1717
@common_jobs_create_options
18-
@click.argument("script", nargs=-1)
18+
@click.argument("script", nargs=-1, required=True)
1919
@common.api_key_option
2020
def run(api_key, **kwargs):
2121
del_if_value_is_none(kwargs)

0 commit comments

Comments
 (0)