client: lib_docker: add CLI version for all platforms

Prints meaningful output of all dependencies and their respective versions.
This commit is contained in:
2024-06-19 16:16:39 -07:00
parent 00d4a8fa77
commit dddd8a90a2
4 changed files with 248 additions and 0 deletions

View File

@@ -309,4 +309,14 @@ function lib_docker::doxygen()
lib_utils::catch $?
}
#
# Prints `docker-finance` version (and dependencies' version)
#
function lib_docker::version()
{
lib_docker::__version "$@"
lib_utils::catch $?
}
# vim: sw=2 sts=2 si ai et