Wrapper for long lines in help @Cerebrovinny (#770)
what
- Implemented a new terminal-aware text wrapping system for CLI help output
- Added responsive width handling based on terminal size with fallback values
- Introduced custom usage template handling for consistent help text formatting
- Created dedicated terminal writer component for automatic text wrapping
why
- Improves readability of CLI help text by ensuring content fits within terminal width
- Provides better user experience with dynamic text wrapping based on terminal size
- Standardizes help text formatting across all commands
- Fixes potential issues with text overflow in narrow terminal windows