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

Commit 4995134

Browse files
committed
redundant required params removed
1 parent db17d63 commit 4995134

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

paperspace/cli/cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,16 @@ def common_experiments_create_options(f):
5353
click.option(
5454
"--workspace",
5555
"workspace",
56-
required=False,
5756
help="Path to workspace directory",
5857
),
5958
click.option(
6059
"--workspaceArchive",
6160
"workspaceArchive",
62-
required=False,
6361
help="Path to workspace .zip archive",
6462
),
6563
click.option(
6664
"--workspaceUrl",
6765
"workspaceUrl",
68-
required=False,
6966
help="Project git repository url",
7067
),
7168
click.option(

0 commit comments

Comments
 (0)