Skip to main content

Crate lintel_cli_common

Crate lintel_cli_common 

Source
Expand description

§lintel-cli-common

Crates.io docs.rs GitHub License

Shared CLI global options for Lintel command-line tools

§Features

Shared CLI option types for Lintel binaries:

  • --colors off|force — control ANSI color output
  • -v, --verbose — enable verbose diagnostics
  • --log-level none|debug|info|warn|error — set log verbosity

§License

Apache-2.0

Structs§

CLIGlobalOptions
Global options applied to all commands
CliCacheOptions
Cache-related CLI flags shared across commands.

Enums§

ColorsArg
LogLevel

Functions§

pipe_to_pager
Pipe content through a pager (respects $PAGER, defaults to less -R).