Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update development-tools/clinic.rst
Adjusted output destination list formatting as per feedback.

Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
Lincoln-developer and AA-Turner authored Nov 5, 2024
commit bd2b1de4c396720fe393c119ba0e0569a116113b
10 changes: 5 additions & 5 deletions development-tools/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2469,11 +2469,11 @@ This creates a new destination with name ``<name>`` and type ``<type>``.

There are five destination types:

- ``suppress``: Discards the output.
- ``block``: Writes to the current block.
- ``buffer``: A simple text buffer.
- ``file``: A text file (requires a filename template).
- ``two-pass``: A two-pass buffer.
- ``suppress``: Discards the output.
- ``block``: Writes to the current block.
- ``buffer``: A simple text buffer.
- ``file``: A text file (requires a filename template).
- ``two-pass``: A two-pass buffer.


The ``clear`` subcommand works like this:
Expand Down