Module Flexmasa.Test_command_line

Functions for building test-scenarios commands.

module Common_errors : sig ... end
module Command_making_state : sig ... end
module Run_command : sig ... end

Make Cmdliner commands from Asynchronous_result functions.

module Full_default_state : sig ... end
val cli_state : ?default_interactivity:Interactive_test.Interactivity.t -> ?disable_interactivity:Internal_pervasives.bool -> name:Internal_pervasives.string -> Internal_pervasives.unit -> < application_name : Internal_pervasives.string ; env_config : Environment_configuration.t ; console : Console.t ; operations_log : Log_recorder.Operations.t ; paths : Paths.t ; pauser : Interactive_test.Pauser.t ; runner : Running_processes.State.t ; test_interactivity : Interactive_test.Interactivity.t ; test_baking : Internal_pervasives.bool > Cmdliner.Term.t

Legacy API for Full_default_state.cmdliner_term.

Create a full state value for test-scenarios.