Mavbox.Test_command_lineFunctions for building test-scenarios commands.
module Common_errors : sig ... endmodule Command_making_state : sig ... endmodule Run_command : sig ... endMake Cmdliner commands from Asynchronous_result functions.
module Full_default_state : sig ... endval 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.tLegacy API for Full_default_state.cmdliner_term.
Create a full state value for test-scenarios.