B0_cli
Command line interface fragments.
units
defines unit names with -u
and --unit
.
x_units
defines unit names to exclude with -x
and --x-unit
.
packs
defines pack names with -p
and --pack
.
packs
defines pack names to exclude via -X
and --x-pack
.
val get_excluded_units :
x_units:string list ->
x_packs:string list ->
(B0_unit.Set.t, string) Stdlib.result
get_excluded_units ~x_units ~x_packs
is the set of units excluded by the given unit and pack names.
TODO. Maybe all this stuff should be moved to a b0_memo_cli
.
module File_cache : sig ... end
B0_zero.File_cache
interaction.
module Op : sig ... end
B0_zero.Op
interaction.