Compare commits

..

No commits in common. "f2d4fd306759b34d4a824693be2b6f0c4a1373ca" and "880f2a7b897027c08d579493060ed7336cb6ce87" have entirely different histories.

View file

@ -3,10 +3,6 @@
//! This module provides functions for formatting content with borders and colors, printing them to the console. //! This module provides functions for formatting content with borders and colors, printing them to the console.
//! The functions in this module are designed to simplify the process of creating visually appealing //! The functions in this module are designed to simplify the process of creating visually appealing
//! output for CLI applications. //! output for CLI applications.
//!
//! Note that most of the utilities in this module are focused on communication with humans, not
//! with machines. Consider evaluating [std::io::IsTerminal] before using colorful, dynamic and bordered
//! printing.
use comfy_table::presets; use comfy_table::presets;
use comfy_table::{CellAlignment, ContentArrangement, Table}; use comfy_table::{CellAlignment, ContentArrangement, Table};