We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ced1d commit 9053f45Copy full SHA for 9053f45
ee/cli/plugins/site.py
@@ -361,7 +361,8 @@ class Meta:
361
(['--proxy'],
362
dict(help="create proxy for site", nargs='+')),
363
(['--experimental'],
364
- dict(help="Enable Experimenal packages without prompt")),
+ dict(help="Enable Experimenal packages without prompt",
365
+ action='store_true'))),
366
]
367
368
@expose(hide=True)
@@ -743,7 +744,8 @@ class Meta:
743
744
745
dict(help="update to proxy site", nargs='+')),
746
747
748
+ action='store_true')),
749
(['--all'],
750
dict(help="update all sites", action='store_true')),
751
0 commit comments