Commit graph

18 commits

Author SHA1 Message Date
3e5174dab6 docs(cli): expand on IsTerminal differences
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s
2024-06-28 14:51:13 +02:00
f2d4fd3067 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 2m10s
2024-06-28 14:41:04 +02:00
4278f4b5a7 docs(cli): mention IsTerminal in cli::printing 2024-06-28 14:40:50 +02:00
PlexSheep
880f2a7b89 automatic cargo CI changes 2024-06-28 12:38:39 +00:00
a79513d1db feat(cli): reexport human-panic and exitcode
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m21s
2024-06-28 14:36:18 +02:00
90cf678dde feat(cli::args): VerbosityLevel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
VerbosityLevel lets you easily get a loglevel from repeated -v and -q
flags. Documentation included.

Refs: #84
2024-06-28 00:40:52 +02:00
PlexSheep
6074ba899d automatic cargo CI changes 2024-06-27 22:08:16 +00:00
798cb19865 feat(cli::args): verbosity flags for log level 2024-06-28 00:05:54 +02:00
a92f5f308d chore: add clap derive feature
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
2024-06-27 22:36:13 +02:00
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
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