mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-05 10:02:22 +03:00
Previously, context cancellation was ignored when reading user response for the prompt. That leads to ignoring of "Ctrl+C" and other termination signals to vmctl until user finishes the input. Fix that by properly propagating the context and respecting the cancellation of the context. Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
See vmctl docs here.
vmctl docs can be edited at docs/vmctl.md.