Skip to content

Commit 1ae50a9

Browse files
committed
fix(management): improve help text formatting with proper line breaks
- Add \b markers to prevent Click text wrapping in examples section - Ensure proper line breaks and indentation in help output - Make command examples more readable and visually distinct
1 parent 3ad696f commit 1ae50a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/django_tailwind_cli/management/commands/tailwind.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
This command provides seamless integration between Django and Tailwind CSS,
2929
allowing you to build, watch, and serve your Tailwind styles without Node.js.
3030
31+
\b
3132
Examples:
3233
python manage.py tailwind setup # Interactive setup guide (start here!)
3334
python manage.py tailwind build # Build production CSS
@@ -39,6 +40,7 @@
3940
python manage.py tailwind config # Show current configuration
4041
python manage.py tailwind troubleshoot # Troubleshooting guide
4142
43+
\b
4244
For more information about a specific command, use:
4345
python manage.py tailwind COMMAND --help""",
4446
) # type: ignore

0 commit comments

Comments
 (0)