mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-14 17:04:18 +08:00
Add new argument for fixed text formatter
This commit is contained in:
@@ -545,6 +545,8 @@ pub enum FormatOptions {
|
||||
length: usize,
|
||||
/// Whether to keep original line breaks
|
||||
keep_original: bool,
|
||||
/// Whether to break words(ASCII only) at the end of the line
|
||||
break_words: bool,
|
||||
},
|
||||
/// Do not wrap line
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user