Commit graph

325 commits

Author SHA1 Message Date
921387b13e chore: add more clippy lints and fix some 2024-07-09 17:36:16 +02:00
c81952002f fix(cli): loglevel values were not calculated correctly
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
2024-06-29 17:35:45 +02:00
c6afa063ef docs(cli): example for a simple cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m8s
2024-06-29 17:05:50 +02:00
74aaeb0ec2 refactor(cli): verbosity level no option anymore, prevent verbosity overflows 2024-06-29 17:05:37 +02:00
6a7974a0a6 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-29 00:49:29 +02:00
bfebb5327b docs(cli::repl): repl documentation 2024-06-29 00:49:28 +02:00
PlexSheep
216b896067 automatic cargo CI changes 2024-06-28 21:55:12 +00:00
0488b2f497 refactor(cli::repl): introduce custom error type, modularize
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m15s
2024-06-28 23:53:00 +02:00
471364e711 feat(cli::repl): #84 #86 working and nice repl structure
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m10s
2024-06-28 23:05:50 +02:00
d413b74d45 feat(cli): add repl example without using library items
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m43s
2024-06-28 18:10:08 +02:00
a9fe9d21ec chore: reexport shlex and add dialoguer features
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-06-28 18:09:36 +02:00
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
db2fd9f60e docs: fix redundand link binding
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
2024-06-28 14:44:04 +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
0b3610e7c5 chore: change LICENSE to GPL-3.0-or-later
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m16s
2024-06-28 08:56:21 +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
2e26983fb6 chore: bump version of libpt-log to v0.4.3
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
2024-06-28 00:17:36 +02:00
1e912d9be8 refactor: reexport tracing from libpt-log
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-06-28 00:17:13 +02:00
PlexSheep
6074ba899d automatic cargo CI changes 2024-06-27 22:08:16 +00:00
f6ea98286d 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 2m14s
2024-06-28 00:06:03 +02:00
798cb19865 feat(cli::args): verbosity flags for log level 2024-06-28 00:05:54 +02:00
PlexSheep
6a179a6bd5 automatic cargo CI changes 2024-06-27 20:38:15 +00: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
3fd04a695d feat(cli): add cli crate export to libpt
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-06-27 22:33:12 +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
0179c53e82 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 1m55s
2024-06-27 22:22:49 +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
PlexSheep
8070f0b100 automatic cargo CI changes 2024-06-27 20:21:55 +00: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
940b5ffa1a fix(cargo): remove path for the libpt version used in libpt-py
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m51s
otherwise, libpt-py always uses the latest libpt version by path that is
in the workspace, which is bad if the libpt version is ahead of the
libpt-py version.
2024-06-27 21:20:07 +02:00
101e20da43 chore: bump version to v0.6.0-alpha.0
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m13s
2024-06-27 21:10:49 +02:00
a5a97066bc Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m53s
2024-05-13 15:38:02 +02:00
5dba8395d3 chore: bump version to v0.5.1
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-05-13 15:25:15 +02:00
0e1cbf7daa Merge pull request 'update to v0.5.1' (#81) from devel into master
Reviewed-on: #81
2024-05-13 15:25:15 +02:00
738946c2ae Merge branch 'master' into devel 2024-05-13 15:25:15 +02:00
409ba93bb9 Merge pull request 'feat/bintols/join-array' (#80) from feat/bintols/join-array into devel
Reviewed-on: #80
2024-05-13 15:25:15 +02:00
7928423d6e refactor(bintols-join): return err if the result cannot be converted to T #80 #79 2024-05-13 15:25:15 +02:00
3d25040743 Merge branch 'devel' into feat/bintols/join-array 2024-05-13 15:25:15 +02:00
PlexSheep
53e545832c automatic cargo CI changes 2024-05-13 15:25:15 +02:00
3ef1ffc337 test: add tests for the join module #79 2024-05-13 15:25:14 +02:00
ab2877546c Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m50s
2024-05-13 15:18:06 +02:00