Skip to content

Commit 8de58b6

Browse files
committed
more newlines in cli help
1 parent d522335 commit 8de58b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/qbpm/main.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def from_session(
156156
c_opts: CreatorOptions,
157157
) -> None:
158158
"""Create a new profile from a saved qutebrowser session.
159+
159160
SESSION may be the name of a session in the global qutebrowser profile
160161
or a path to a session yaml file.
161162
"""
@@ -182,7 +183,9 @@ def from_session(
182183
def launch_profile(
183184
context: Context, profile_name: str, foreground: bool, qb_args: tuple[str, ...]
184185
) -> None:
185-
"""Launch qutebrowser with a specific profile. All QB_ARGS are passed on to qutebrowser."""
186+
"""Launch qutebrowser with a specific profile.
187+
188+
All QB_ARGS are passed on to qutebrowser."""
186189
profile = Profile(profile_name, **vars(context))
187190
exit_with(launch_qutebrowser(profile, foreground, qb_args))
188191

@@ -204,6 +207,7 @@ def choose(
204207
context: Context, menu: str | None, foreground: bool, qb_args: tuple[str, ...]
205208
) -> None:
206209
"""Choose a profile to launch.
210+
207211
Support is built in for many X and Wayland launchers, as well as applescript dialogs.
208212
All QB_ARGS are passed on to qutebrowser.
209213
"""

0 commit comments

Comments
 (0)