Skip to content

Commit 488276f

Browse files
raifdmuellerrdmueller
authored andcommitted
fix: Split long line to comply with linting rules
1 parent 9c92c18 commit 488276f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/dacli/cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,10 @@ def section(ctx: CliContext, path: str):
467467
sys.exit(EXIT_ERROR)
468468

469469

470-
@cli.command("sections-at-level", context_settings={"ignore_unknown_options": True, "allow_interspersed_args": False}, epilog="""
470+
@cli.command(
471+
"sections-at-level",
472+
context_settings={"ignore_unknown_options": True, "allow_interspersed_args": False},
473+
epilog="""
471474
Examples:
472475
dacli sections-at-level 1 # All top-level chapters
473476
dacli sections-at-level 2 # All second-level sections

0 commit comments

Comments
 (0)