|
|
|
|
@ -195,6 +195,19 @@ task_create_parser.add_argument(
|
|
|
|
|
help='''set the frame step option in the advanced configuration
|
|
|
|
|
when uploading image series or videos (default: %(default)s)'''
|
|
|
|
|
)
|
|
|
|
|
task_create_parser.add_argument(
|
|
|
|
|
'--copy_data',
|
|
|
|
|
default=False,
|
|
|
|
|
action='store_true',
|
|
|
|
|
help='''set the option to copy the data, only used when resource type is
|
|
|
|
|
share (default: %(default)s)'''
|
|
|
|
|
)
|
|
|
|
|
task_create_parser.add_argument(
|
|
|
|
|
'--use_cache',
|
|
|
|
|
default=True,
|
|
|
|
|
action='store_false',
|
|
|
|
|
help='''set the option to use the cache (default: %(default)s)'''
|
|
|
|
|
)
|
|
|
|
|
#######################################################################
|
|
|
|
|
# Delete
|
|
|
|
|
#######################################################################
|
|
|
|
|
|