We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3218b commit 0f6c57bCopy full SHA for 0f6c57b
src/tmuxp/cli/utils.py
@@ -51,12 +51,9 @@ def prompt(
51
52
See Also
53
--------
54
- :meth:`~prompt`, :meth:`~prompt_bool` and :meth:`prompt_choices` are from
55
- `flask-script`_. See the `flask-script license`_.
56
-
57
- .. _flask-script: https://github.com/techniq/flask-script
58
- .. _flask-script license:
59
- https://github.com/techniq/flask-script/blob/master/LICENSE
+ :meth:`~prompt`, :meth:`~prompt_bool` and :meth:`~prompt_choices` are from
+ `flask-script <https://github.com/techniq/flask-script>`_. See the
+ `flask-script license <https://github.com/techniq/flask-script/blob/master/LICENSE>`_.
60
"""
61
_prompt = name + (default and " [%s]" % default or "")
62
_prompt += name.endswith("?") and " " or ": "
0 commit comments