Additions:
||-v,-verbose||Verbose error logging||
||-baseuri uri||Base URI to get||
||-m,-maxfiles n||Number of files to batch per request||
||-r,-recurse||Recursive get||
||-maxthreads n||Maximum number of threads to use||
||-t,-text||Files copied in text mode||
||-binary||Files copied in binary mode||
||-d,-directory dir||Output directory||
||-o,-output file||Output file||
||-baseuri uri||Base URI to get||
||-m,-maxfiles n||Number of files to batch per request||
||-r,-recurse||Recursive get||
||-maxthreads n||Maximum number of threads to use||
||-t,-text||Files copied in text mode||
||-binary||Files copied in binary mode||
||-d,-directory dir||Output directory||
||-o,-output file||Output file||
Additions:
_opts=$<(xgetopts -a -p "c=connect:,t=text" -ps -- "$@")
shift $?
:query $_opts -q "doc(\"$uri\")"
shift $?
:query $_opts -q "doc(\"$uri\")"
Deletions:
ml:query -q "doc(\"$uri\")"
No Differences
Additions:
get [options] document [document ...]
====Options====
||-t||Use text for serialization instead of XML. Required for non-xml documents||
====Options====
||-t||Use text for serialization instead of XML. Required for non-xml documents||
Deletions:
Additions:
||-c,-connect uri||Use the connection string instead of $MLCONNECT||
||document||uri of the document to get||
ml:get test.xml
||document||uri of the document to get||
ml:get test.xml
Deletions:
-c uri Use the connection string instead of $MLCONNECT
document uri of the document to get
$ ml:get test.xml