This commit is contained in:
Ishita Mehta 2020-02-19 13:25:07 +05:30
Родитель c5833ca8f1
Коммит eec8989067
2 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -19,12 +19,6 @@ def load_boards_help():
long-summary:
"""
helps['boards query'] = """
type: command
short-summary: Manage queries.
long-summary:
"""
helps['boards iteration'] = """
type: group
short-summary: Manage iterations.

Просмотреть файл

@ -238,7 +238,7 @@ def show_work_item(id, as_of=None, expand='all', fields=None, open=False, organi
# pylint: disable=too-many-statements
def query_work_items(wiql=None, id=None, path=None, organization=None, project=None, detect=None): # pylint: disable=redefined-builtin
"""Query for a list of work items.
"""Query for a list of work items. Only supports flat queries.
:param wiql: The query in Work Item Query Language format. Ignored if --id or --path is specified.
:type wiql: str
:param id: The ID of an existing query. Required unless --path or --wiql are specified.