Files
containerd/cmd/containerd-stress
Sebastiaan van Stijn 0edde8fde8 cmd/containerd-stress: enable '--version' flag
All other binaries have a `-v` and/or `--version` flag, which can be
useful to perform a quick check if the binary is "functional".

Before this:

    containerd-stress --version | tail -n1
    flag provided but not defined: -version
       --help, -h                    Show help

After this:

    containerd-stress --version | tail -n1
    containerd-stress github.com/containerd/containerd/v2 v2.2.0-306-g2e46d7659.m

    containerd-stress --help | tail -n1
       --version, -v                 Print the version

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-07 13:10:13 +01:00
..
2024-02-02 10:12:08 -08:00
2024-02-15 09:48:04 -08:00
2024-01-17 09:55:48 -08:00
2021-08-05 22:27:46 -07:00
2023-09-22 07:53:23 -07:00
2024-01-17 09:55:48 -08:00