mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
This new macro allows (rust) tools reporting the s390-tools version string via clap functionalities, instead of implementing that on their own. That clap interface requires a string and not a void function that prints the version string. Define a macro that provides this string. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>