
27 May
2024
27 May
'24
6:55 a.m.
On Mon, May 27, 2024 at 11:18:51 +0200, Michal Privoznik wrote:
In some cases (e.g. when virt-admin connects to the default URI) some info message is printed onto stdout (using vshPrintExtra()). This hurts user experience, just consider:
virt-admin<TAB><TAB> NOTE\:\ Connecting\ to\ default\ daemon.\ Specify\ daemon\ using\ -c\ \(e.g.\ virtqemud\:///system\)
when no daemon is running. Suppress extra prints by passing '-q' in the bash-completion script.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tools/bash-completion/vsh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>