From fe22a613c1f2a4e0472e535aed24c589368d4cb1 Mon Sep 17 00:00:00 2001 From: bion howard Date: Wed, 4 Jun 2025 19:12:02 -0400 Subject: [PATCH] Clarify -s flag behavior --- README.md | 4 ++-- tree_plus_cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08c2648..cd1156a 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Usage: tree_plus_cli.py [OPTIONS] [PATHS]... Override DEFAULT_IGNORE: Only ignore .ini files. > tree_plus -o -i "*.ini" tests/dot_dot - Syntax Highlight python files in src and tests - > tree_plus -s tree_plus_src/*.py tests/*.py + Disable syntax highlighting for python files in src and tests + > tree_plus -s tree_plus_src/*.py tests/*.py Concise Mode (No Parsing) > tree_plus -c diff --git a/tree_plus_cli.py b/tree_plus_cli.py index db8dacf..98ad193 100644 --- a/tree_plus_cli.py +++ b/tree_plus_cli.py @@ -211,7 +211,7 @@ def main( > tree_plus -o -i "*.ini" tests/dot_dot \b - Syntax Highlight python files in src and tests + Disable syntax highlighting for python files in src and tests > tree_plus -s tree_plus_src/*.py tests/*.py \b