coreutils/src
Andreas Hartmann 0461a45c9a install: Use show! macro for noncritical errors during execution
Drop the previous flags that would tell whether a noncritical error occured
during execution in favor of the `show!` macro from the error submodule.

This allows us to generate regular error types during execution to signify
failures inside the program, but without prematurely aborting program execution
if not needed or specified.

Also make verbose outputs use `print!` and friends instead of `show_error!` to
ensure verbose output is redirected to stdout, not stderr.
2021-07-31 13:06:37 +02:00
..
bin coreutils: better errors for invalid args for completions 2021-06-27 16:07:43 +02:00
uu install: Use show! macro for noncritical errors during execution 2021-07-31 13:06:37 +02:00
uucore Revert "silent buggy clippy warning" 2021-07-25 18:06:41 +02:00
uucore_procs bump uucore_procs to 0.0.6 2021-07-11 20:55:55 +02:00