Open lambdaknight opened 8 months ago
Adds a flag to suppress output (-q or --quiet)
-q
--quiet
N/A
yadm alt would print if called directly or be quiet if called via auto_alt.
yadm alt
auto_alt
yadm alt can be passed the -q or --quiet flag to suppress the output. This is useful if running it from a script.
No
Yes
What does this PR do?
Adds a flag to suppress output (
-q
or--quiet
)What issues does this PR fix or reference?
N/A
Previous Behavior
yadm alt
would print if called directly or be quiet if called viaauto_alt
.New Behavior
yadm alt
can be passed the-q
or--quiet
flag to suppress the output. This is useful if running it from a script.Have [tests][1] been written for this change?
No
Have these commits been [signed with GnuPG][2]?
Yes