From 26c2247e01bd6948311b502b560e0431e72ac0cd Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Tue, 26 Dec 2023 00:10:42 +0000 Subject: [PATCH] move rich tip --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3221619..542ed6c 100644 --- a/README.md +++ b/README.md @@ -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}) -> ``` -
@@ -836,6 +829,13 @@ Without Rich-formatted output
+> [!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` |