Commit graph

5 commits

Author SHA1 Message Date
1c78801101 docs(cli::printing): add module documentation
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-06-27 22:31:36 +02:00
57709e963c docs(cli::printing): document use of parameters for blockfmt_advanced
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m59s
2024-06-27 22:26:18 +02:00
08bfc03628 refactor(cli::printing): use Option<Color> for blockfmt_advanced
Users might just need the cell String, not a colored one.
2024-06-27 22:22:46 +02:00
502298d47b feat(cli)!: remove printing::divider, add borderprint borderfmt and borderfmt_advanced
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s
divider was removed because it was too simple and code duplication makes
therefore more sense for it's usecase.

Refs: #84
2024-06-27 22:19:53 +02:00
57aa7c256a refactor(printing)!: move core::printing to cli #84 2024-06-27 21:30:02 +02:00
Renamed from members/libpt-core/src/printing.rs (Browse further)