e2e: disable cli hints for command parsing (#25584)

This commit is contained in:
Michael Smithhisler
2025-04-02 09:12:36 -04:00
committed by GitHub
parent 95c9029df0
commit c8cc519f54

View File

@@ -28,3 +28,7 @@ telemetry {
publish_allocation_metrics = true
publish_node_metrics = true
}
ui {
show_cli_hints = false
}