Skip to content

Commit 9053f45

Browse files
author
gau1991
committed
Fixed experimetal flag
1 parent f7ced1d commit 9053f45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ee/cli/plugins/site.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ class Meta:
361361
(['--proxy'],
362362
dict(help="create proxy for site", nargs='+')),
363363
(['--experimental'],
364-
dict(help="Enable Experimenal packages without prompt")),
364+
dict(help="Enable Experimenal packages without prompt",
365+
action='store_true'))),
365366
]
366367

367368
@expose(hide=True)
@@ -743,7 +744,8 @@ class Meta:
743744
(['--proxy'],
744745
dict(help="update to proxy site", nargs='+')),
745746
(['--experimental'],
746-
dict(help="Enable Experimenal packages without prompt")),
747+
dict(help="Enable Experimenal packages without prompt",
748+
action='store_true')),
747749
(['--all'],
748750
dict(help="update all sites", action='store_true')),
749751
]

0 commit comments

Comments
 (0)