未验证 提交 472d5359 编写于 作者: D Dmitry Kalinin 提交者: GitHub

Fixed task creating CLI parameter (#3519)

* Fixed CLI parameter

* Adjusted docs

* Added CHANGELOG
上级 a8816171
......@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- TDB
- Fixed task creating CLI parameter (<https://github.com/openvinotoolkit/cvat/pull/3519>)
### Security
......
......@@ -12,7 +12,7 @@ comprehensive CVAT administration tool in the future.
Overview of functionality:
- Create a new task (supports name, bug tracker, labels JSON, local/share/remote files)
- Create a new task (supports name, bug tracker, project, labels JSON, local/share/remote files)
- Delete tasks (supports deleting a list of task IDs)
- List all tasks (supports basic CSV or JSON output)
- Download JPEG frames (supports a list of frame IDs)
......
......@@ -113,7 +113,7 @@ task_create_parser.add_argument(
help='string or file containing JSON labels specification'
)
task_create_parser.add_argument(
'--project',
'--project_id',
default=None,
type=int,
help='project ID if project exists'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册