Files
containerd/pkg
Sebastiaan van Stijn e5ae0a8828 cmd/shim: containerd-shim-runc-v2: add long-form '--version' flag
All other binaries have both a `-v` and `--version` flag. Add a long-form
'--version' flag for this binary, useful to perform a quick check if the
binary is "functional".

Before this:

    containerd-shim-runc-v2 --help
    # ...
      -socket string
            socket path to serve
      -v	show the shim version and exit

After this:

    containerd-shim-runc-v2 --help
    # ...
      -socket string
            socket path to serve
      -v
      -version
            show the shim version and exit

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-07 13:10:13 +01:00
..
2023-02-10 10:23:59 -07:00
2026-01-06 10:52:49 -08:00
2024-08-26 23:35:24 -07:00
2025-04-23 18:03:29 -07:00
2024-12-23 23:14:49 -07:00
2024-01-25 22:18:45 -08:00
2024-10-26 14:18:53 +02:00
2023-09-22 07:53:23 -07:00
2024-01-25 22:18:45 -08:00
2024-12-23 23:14:49 -07:00
2026-01-15 13:06:50 -08:00