Extend RGBASM and RGBLINK verbosity flags to have multiple levels like RGBGFX (#1772)

This commit is contained in:
Rangi
2025-08-02 17:10:10 -04:00
committed by GitHub
parent b51056f743
commit 752b273aec
28 changed files with 688 additions and 347 deletions

View File

@@ -382,14 +382,17 @@ Be verbose.
The verbosity level is increased by one each time the flag is specified, with each level including the previous:
.Bl -enum -compact
.It
Print the
.Nm
prints out its configuration before doing anything.
configuration before taking actions.
.It
A generic message is printed before doing most actions.
Print a notice before significant actions.
.It
Some of the actions' intermediate results are printed.
Print some of the actions' intermediate results.
.It
Some internal debug printing is enabled.
Print some internal debug information.
.It
Print detailed internal information.
.El
The verbosity level does not go past 6.
.Pp