*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit bbec3a1d authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

cli: reformat long lines (help strings)

parent 0b8fbf25
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,10 @@ def create_draft(metadata_path, publish, user, owners, vanity_pid):
"--patch/--replace",
"-P/-R",
default=False,
help="replace the draft's metadata entirely, or leave unmentioned fields as-is (default: replace)",
help=(
"replace the draft's metadata entirely, or leave unmentioned fields as-is "
"(default: replace)"
),
)
@option_owners
@with_appcontext
......
......@@ -45,7 +45,10 @@ option_pid_values = click.option(
metavar="PID_VALUE",
required=False,
multiple=True,
help="persistent identifier of the object to operate on (can be specified multiple times)",
help=(
"persistent identifier of the object to operate on "
"(can be specified multiple times)"
),
)
option_owners = click.option(
......@@ -75,6 +78,7 @@ option_only_list_active_users = click.option(
default=True,
help="show only active users, or list all users",
)
option_hide_user_roles = click.option(
"--show-roles/--hide-roles",
"-r/-R",
......
......@@ -71,7 +71,10 @@ def list_records(user):
"--patch/--replace",
"-P/-R",
default=False,
help="replace the record's metadata entirely, or leave unmentioned fields as-is (default: replace)",
help=(
"replace the record's metadata entirely, or leave unmentioned fields as-is "
"(default: replace)"
),
)
@option_owners
@with_appcontext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment