Add --version option to the CLI tools

See #232
This commit is contained in:
Evan Miller
2021-01-19 20:37:25 -05:00
parent 9e85bc4153
commit f99c5539e7
19 changed files with 159 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ NAME
SYNOPSIS
mdb-count file table
mdb-count --version
DESCRIPTION
mdb-count is a utility program distributed with MDB Tools.
@@ -10,6 +11,7 @@ DESCRIPTION
It outputs the number of rows in a table.
OPTIONS
--version Print the mdbtools version and exit.
NOTES