Actions
Feature #24581
closedAdd option to completely suspend progress bar from hammer commands
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1563129
Description of problem:
Even running hammer with
--output silent
#hammer --output silent repository synchronize --id 618
it yields
"[.............................................] [100%]"
Add option to completely suspend any console output.
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli_foreman-0.11.0.5-1.el7sat.noarch
How reproducible:
100%
Steps to Reproduce:
1.execute hammer command which produces progress bar with silent output
2.#hammer --output silent repository synchronize --id 618
Actual results:
"[.............................................] [100%]"
Expected results:
no output
Additional info:
Actions