Commit graph

158 commits

Author SHA1 Message Date
d052fb2b34 docs(cli): example was broken
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 19:51:22 +02:00
7db1833cbb feat(log): apperently, show time or not was also no option???
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 19:50:12 +02:00
c9f879b97f chore: bump libpt-cli
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 19:46:27 +02:00
914f17f359 chore: bump libpt-log
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 19:45:21 +02:00
b06a821f29 docs(cli): add crate level documentation
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
but I'm lazy
2024-07-09 19:43:43 +02:00
087e6dad8c refactor(py)!: remove libpt-py #87
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m40s
2024-07-09 19:41:34 +02:00
8226d74fb9 feat(log): apperently, it wasn't possible to set a min log level?
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m44s
2024-07-09 19:39:33 +02:00
729c4e3a4e fix(log): logfile works again #90 2024-07-09 19:37:56 +02:00
1c92f95901 docs(log): add an example for using a logfile 2024-07-09 19:37:13 +02:00
673eb691e9 fix(cli): clap count parser only works with u8, so revert the change to i8 back
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m46s
2024-07-09 19:34:46 +02:00
b382b3e501 refactor(cli): cli example was weird 2024-07-09 19:29:20 +02:00
87dc2871d7 refactor(log)!: rename ansiconst -> ansi
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m46s
idk why it was called that, seems dumb, better break now than later in
case I actually get users
2024-07-09 18:33:31 +02:00
edb6342b0c docs(log): add defaults to builder methods #82
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m45s
2024-07-09 18:31:30 +02:00
b2bf00db46 refactor(log): apply more clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m44s
2024-07-09 18:25:50 +02:00
73f935d9b2 refactor(log): remove depereciated Logger::build()
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m37s
2024-07-09 18:23:24 +02:00
9b94c25234 refactor(log): apply clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 18:22:44 +02:00
476efb85c8 refactor(cli): apply all clippy findings
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-07-09 18:09:51 +02:00
d9cdd18376 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-07-09 17:41:56 +02:00
4f15f4b639 refactor(cli): change log feature and impl default for VerbosityLevel 2024-07-09 17:41:55 +02:00
PlexSheep
c9c835188b automatic cargo CI changes 2024-07-09 15:39:06 +00:00
9ea146aabf refactor(cli): apply some clippy lints and add constants for VerbosityLevel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m28s
2024-07-09 17:36:45 +02:00
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
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
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