orcli v0.4.1

This commit is contained in:
Felix Lohmeier 2024-12-19 22:17:15 +00:00
parent 05cb0528c1
commit c44785eb9f
6 changed files with 28 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# orcli 0.4.0
# orcli 0.4.1
## command help screens

View File

@ -18,6 +18,7 @@ Options:
--columnNames COLUMNNAMES
set column names (comma separated)
hint: add --ignoreLines 1 to overwrite existing header row
Conflicts: --headerLines
--encoding ENCODING
set character encoding
@ -28,6 +29,7 @@ Options:
--headerLines HEADERLINES
parse x line(s) as column headers
Default: 1
Conflicts: --columnNames
--ignoreLines IGNORELINES
ignore first x line(s) at beginning of file
@ -48,7 +50,7 @@ Options:
--quoteCharacter QUOTECHARACTER
quote character to enclose cells containing column separators
Default: "
Default: \"
--skipBlankRows
do not store blank rows

View File

@ -14,6 +14,7 @@ Options:
--columnNames COLUMNNAMES
set column names (comma separated)
hint: add --ignoreLines 1 to overwrite existing header row
Conflicts: --headerLines
--encoding ENCODING
set character encoding
@ -24,6 +25,7 @@ Options:
--headerLines HEADERLINES
parse x line(s) as column headers
Default: 1
Conflicts: --columnNames
--ignoreLines IGNORELINES
ignore first x line(s) at beginning of file
@ -44,7 +46,7 @@ Options:
--quoteCharacter QUOTECHARACTER
quote character to enclose cells containing column separators
Default: "
Default: \"
--skipBlankRows
do not store blank rows

2
orcli
View File

@ -5178,7 +5178,7 @@ orcli_run_parse_requirements() {
# :command.initialize
initialize() {
version="0.4.0"
version="0.4.1"
long_usage=''
set -e

View File

@ -1,6 +1,6 @@
name: orcli
help: OpenRefine command-line interface written in Bash
version: 0.4.0
version: 0.4.1
footer: https://github.com/opencultureconsulting/orcli
dependencies: