Module Cmdlang_expect_tests.Arg_test

This module allows to stage the translation of a cmdlang argument into different backends for testing.

type 'a t
val create : 'a Cmdlang.Command.Arg.t -> 'a t

Evaluation

module Command_line : sig ... end
val eval_all : Base.unit t -> Command_line.t -> Base.unit

Evaluate all backends and print a full trace on standard channels for use in expect tests.