mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
0461a45c9a
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. |
||
---|---|---|
.. | ||
bin | ||
uu | ||
uucore | ||
uucore_procs |