clean up offline tool

This commit is contained in:
swrup 2026-02-10 14:48:02 +01:00
parent dc3aa14b56
commit 64ff6f7eb4
5 changed files with 184 additions and 179 deletions

View file

@ -1,5 +1,5 @@
(* TODO
change download_cmd/upload_cmd
better cmd doc
change arguments: '_' -> '-'
all management operations:
@ -99,8 +99,8 @@ let download_cmd =
let doc = "GET" in
Cmd.make (Cmd.info "download" ~doc)
@@
let+ output = output in
download ~output
let+ output = output and+ url = url in
download ~output ~url
let upload_cmd =
let doc = "POST" in