Commit graph

12 commits

Author SHA1 Message Date
7eb7d95f94 docs: fix cli example deps
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m11s
2024-08-30 16:25:48 +02:00
5c6e5b242e docs(cli): help template was missing something 2024-07-09 20:16:04 +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
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
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
74aaeb0ec2 refactor(cli): verbosity level no option anymore, prevent verbosity overflows 2024-06-29 17:05:37 +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
798cb19865 feat(cli::args): verbosity flags for log level 2024-06-28 00:05:54 +02:00