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 faf07f5 commit c753e9eCopy full SHA for c753e9e
planet/cli/data.py
@@ -84,8 +84,6 @@ def check_item_types(ctx, param, item_types) -> Optional[List[dict]]:
84
def check_item_type(ctx, param, item_type) -> Optional[List[dict]]:
85
'''Validates the item type provided by comparing it to all supported
86
item types.'''
87
- if len(item_type.split(",")) > 1:
88
- raise click.BadParameter("Only provide 1 item type.")
89
try:
90
validate_item_type(item_type)
91
except SpecificationException as e:
0 commit comments