Module Autofonce_lib.Command_promote

module Patch_lines = Autofonce_patch.Patch_lines
module Parser = Autofonce_core.Parser
module Misc = Autofonce_misc.Misc
val diff : string option -> Patch_lines.action
val todo : Patch_lines.action Stdlib.ref
val not_exit : bool Stdlib.ref
val promote : filter_args:Filter.args -> exec_args:Types.exec_args -> Types.project_config -> Types.testsuite_config -> Types.suite -> unit
val args : string -> exec_args:Types.exec_args -> (string list * Ezcmd.V2.EZCMD.TYPES.Arg.spec * Ezcmd.V2.EZCMD.TYPES.info) list
val action : filter_args:Filter.args -> exec_args:Types.exec_args -> Types.project_config -> Types.testsuite_config -> Types.suite -> unit
val cmd : Ezcmd.V2.EZCMD.TYPES.sub