Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 14:44:06 +02:00
db2fd9f60e docs: fix redundand link binding
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 14:41:23 +02:00
f2d4fd3067 Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
4278f4b5a7 docs(cli): mention IsTerminal in cli::printing
Compare 2 commits »
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 14:36:22 +02:00
a79513d1db feat(cli): reexport human-panic and exitcode
PlexSheep pushed to devel at PlexSheep/pt 2024-06-28 08:56:40 +02:00
c9e5a3f43d chore: change LICENSE to GPL-3.0-or-later
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 08:56:23 +02:00
0b3610e7c5 chore: change LICENSE to GPL-3.0-or-later
PlexSheep commented on pull request PlexSheep/pt#85 2024-06-28 00:45:12 +02:00
implement a cli module

going strong so far

PlexSheep commented on pull request PlexSheep/pt#85 2024-06-28 00:43:59 +02:00
implement a cli module

If we add more to the args module in the future, we will have to move VerbosityLevel to a submodule of the args module.

PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 00:40:54 +02:00
90cf678dde feat(cli::args): VerbosityLevel
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 00:17:39 +02:00
2e26983fb6 chore: bump version of libpt-log to v0.4.3
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 00:17:18 +02:00
1e912d9be8 refactor: reexport tracing from libpt-log
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-28 00:06:09 +02:00
f6ea98286d Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
798cb19865 feat(cli::args): verbosity flags for log level
Compare 2 commits »
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:36:15 +02:00
a92f5f308d chore: add clap derive feature
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:34:12 +02:00
3fd04a695d feat(cli): add cli crate export to libpt
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:31:38 +02:00
1c78801101 docs(cli::printing): add module documentation
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:26:21 +02:00
57709e963c docs(cli::printing): document use of parameters for blockfmt_advanced
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:22:52 +02:00
0179c53e82 Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
08bfc03628 refactor(cli::printing): use Option<Color> for blockfmt_advanced
Compare 2 commits »
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 22:19:56 +02:00
502298d47b feat(cli)!: remove printing::divider, add borderprint borderfmt and borderfmt_advanced
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 21:30:08 +02:00
198630b35a Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
57aa7c256a refactor(printing)!: move core::printing to cli #84
Compare 2 commits »
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 21:27:30 +02:00
630c50a64a feat(cli): add libpt-cli and reexport essential cli deps #84
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-06-27 21:27:21 +02:00
5e72ff3fa6 feat(cli): add libpt-cli and reexport essential cli deps