Commit graph

7 commits

Author SHA1 Message Date
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
PlexSheep
128be8d718 automatic cargo CI changes 2024-06-27 19:32:09 +00:00
198630b35a Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
2024-06-27 21:30:04 +02:00
57aa7c256a refactor(printing)!: move core::printing to cli #84 2024-06-27 21:30:02 +02:00
PlexSheep
999cf630e8 automatic cargo CI changes 2024-06-27 19:29:32 +00:00
630c50a64a feat(cli): add libpt-cli and reexport essential cli deps #84
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m8s
2024-06-27 21:27:26 +02:00