Added batch_edit.py example, [skip ci]
This commit is contained in:
parent
1e10df26c9
commit
c3ca25fe33
@ -113,7 +113,8 @@ def batch_edit(
|
||||
|
||||
if not title and not description and not keyword:
|
||||
echo_error(
|
||||
"[error] Must specify at least one of --title, --description, or --keyword"
|
||||
"[error] Must specify at least one of --title, --description, or --keyword. "
|
||||
"Use --help for more information."
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user