Skip to content

Commit

Permalink
move rich tip
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 26, 2023
1 parent 4f2779c commit 26c2247
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,13 +802,6 @@ To install Feud without any optional dependencies, simply run `pip install feud`
Below is a comparison of Feud with and without `rich-click`.
> [!TIP]
> [Settings for `rich-click`](https://github.com/ewels/rich-click/blob/main/src/rich_click/rich_click.py) can be provided to `feud.run`, e.g.:
>
> ```python
> feud.run(command, rich_settings={"SHOW_ARGUMENTS": False})
> ```
<table>
<tr>
<th>
Expand Down Expand Up @@ -836,6 +829,13 @@ Without Rich-formatted output
</tr>
</table>
> [!TIP]
> [Settings for `rich-click`](https://github.com/ewels/rich-click/blob/main/src/rich_click/rich_click.py) can be provided to `feud.run`, e.g.:
>
> ```python
> feud.run(command, rich_settings={"SHOW_ARGUMENTS": False})
> ```
## Build status
| `master` | `dev` |
Expand Down

0 comments on commit 26c2247

Please sign in to comment.