Commit Graph

9 Commits

Author SHA1 Message Date
Christoph J. Scherr bfebb5327b docs(cli::repl): repl documentation 2024-06-29 00:49:28 +02:00
Christoph J. Scherr 0488b2f497 refactor(cli::repl): introduce custom error type, modularize
cargo devel CI / cargo CI (push) Successful in 2m15s Details
2024-06-28 23:53:00 +02:00
Christoph J. Scherr 471364e711 feat(cli::repl): #84 #86 working and nice repl structure
cargo devel CI / cargo CI (push) Successful in 2m10s Details
2024-06-28 23:05:50 +02:00
Christoph J. Scherr a9fe9d21ec chore: reexport shlex and add dialoguer features
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-06-28 18:09:36 +02:00
Christoph J. Scherr a79513d1db feat(cli): reexport human-panic and exitcode
cargo devel CI / cargo CI (push) Successful in 2m21s Details
2024-06-28 14:36:18 +02:00
Christoph J. Scherr 90cf678dde feat(cli::args): VerbosityLevel
cargo devel CI / cargo CI (push) Successful in 2m0s Details
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
Christoph J. Scherr 798cb19865 feat(cli::args): verbosity flags for log level 2024-06-28 00:05:54 +02:00
Christoph J. Scherr a92f5f308d chore: add clap derive feature
cargo devel CI / cargo CI (push) Successful in 2m6s Details
2024-06-27 22:36:13 +02:00
Christoph J. Scherr 630c50a64a feat(cli): add libpt-cli and reexport essential cli deps #84
cargo devel CI / cargo CI (push) Successful in 2m8s Details
2024-06-27 21:27:26 +02:00