Closed na4zagin3 closed 2 years ago
Subcommand library-opam list originally output a list of packages with a OCaml list format like ["dist"; "fss"].
library-opam list
["dist"; "fss"]
This commit makes the output shellscript friendly--one line for each package name-- like this:
dist fss
Subcommand
library-opam list
originally output a list of packages with a OCaml list format like["dist"; "fss"]
.This commit makes the output shellscript friendly--one line for each package name-- like this: