OCaml library and CLI for OCI and Docker image manipulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt + xrpc-auth: ocamlformat pass and password doc warning

Apply dune fmt across the files reformatted by the Json.Codec
cleanup, and document that --password leaks via ps(1) / shell
history so users prefer the interactive prompt. Add unix to the
xrpc-auth library list (needed for read_line on the prompt path).

+1 -2
+1 -2
lib/spec/config.ml
··· 387 387 let variant t = t.variant 388 388 let os t = t.os 389 389 let os_version t = t.os_version 390 - let os_features t = 391 - if t.os_features = [] then None else Some t.os_features 390 + let os_features t = if t.os_features = [] then None else Some t.os_features 392 391 let size t = t.size 393 392 let rootfs t = t.rootfs 394 393 let history t = if t.history = [] then None else Some t.history