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

@@ -4,6 +4,7 @@ NAME
SYNOPSIS
mdb-import [-H lines] [-d char] database table csvfile
mdb-import -h|--help
mdb-import --version
DESCRIPTION
mdb-import is a utility program distributed with MDB Tools.
@@ -13,6 +14,7 @@ DESCRIPTION
OPTIONS
-H, --header lines Skip lines of CSV header.
-d, --delimiter char Specify an alternative column delimiter. Default is , (comma).
--version Print the mdbtools version and exit
NOTES