generate orcli
This commit is contained in:
parent
ffb28e6025
commit
2fccaef437
1
orcli
1
orcli
|
@ -1496,7 +1496,6 @@ function log() {
|
||||||
# post to export-rows endpoint
|
# post to export-rows endpoint
|
||||||
# shellcheck shell=bash disable=SC2154
|
# shellcheck shell=bash disable=SC2154
|
||||||
function post_export() {
|
function post_export() {
|
||||||
csrf="$(get_csrf)"
|
|
||||||
local curloptions
|
local curloptions
|
||||||
for d in "$@"; do
|
for d in "$@"; do
|
||||||
curloptions+=("--data-urlencode")
|
curloptions+=("--data-urlencode")
|
||||||
|
|
Loading…
Reference in New Issue