Skip to content

Commit

Permalink
Fixed task creating CLI parameter (#3519)
Browse files Browse the repository at this point in the history
* Fixed CLI parameter

* Adjusted docs

* Added CHANGELOG
  • Loading branch information
ActiveChooN authored Aug 5, 2021
1 parent a881617 commit 472d535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/manual/advanced/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion utils/cli/core/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def argparse(s):
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'
Expand Down

0 comments on commit 472d535

Please sign in to comment.