orcli v0.4.1
This commit is contained in:
parent
05cb0528c1
commit
c44785eb9f
|
@ -1,4 +1,4 @@
|
|||
# orcli 0.4.0
|
||||
# orcli 0.4.1
|
||||
|
||||
## command help screens
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
2
orcli
|
@ -5178,7 +5178,7 @@ orcli_run_parse_requirements() {
|
|||
|
||||
# :command.initialize
|
||||
initialize() {
|
||||
version="0.4.0"
|
||||
version="0.4.1"
|
||||
long_usage=''
|
||||
set -e
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue