]> git.ipfire.org Git - thirdparty/systemd.git/commit
Rework ssh-issue to be verb-based and convert to the new verb+option parsing (#41668)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Fri, 17 Apr 2026 17:01:01 +0000 (19:01 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2026 17:01:01 +0000 (19:01 +0200)
commitb332dfb033fadf6ffc4cb45c78b39f9ce10ce3ca
tree7b16f284646691cd837f276b6c91e08af78d9484
parentc40f254cca5e96b876b90e20ced69c33115940c3
parent252783981bca0783045fd89205dd8e6e24ca29c2
Rework ssh-issue to be verb-based and convert to the new verb+option parsing (#41668)

This is a bit involved because the old interface was documented, so
compat glue needed to be added.
But I think it's an improvement overall.