implement a cli module #85

Merged
PlexSheep merged 46 commits from feat/cli into devel 2024-07-09 18:12:24 +02:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 57709e963c - Show all commits

View File

@ -83,7 +83,11 @@ pub fn blockfmt(content: impl ToString, color: Color) -> String {
/// ///
/// # Parameters /// # Parameters
/// ///
/// /// - `content`: The content to be formatted within the border
/// - `color`: The color of the border and text
/// - `preset`: The preset style for the border
/// - `arrangement`: The arrangement of the the border (e.g., stretch to sides, wrap around )
/// - `alignment`: The alignment of the content within the cells (e.g., left, center, right)
pub fn blockfmt_advanced( pub fn blockfmt_advanced(
content: impl ToString, content: impl ToString,
color: Option<Color>, color: Option<Color>,