Module type Signatures.COMMAND
type tagstype pathnametype t=|Seq of t list|Cmd of spec|Echo of string list * pathname|Nopand spec=|N|S of spec list|A of string|P of pathname|Px of pathname|Sh of string|T of tags|V of string|Quote of spec
val atomize : string list -> specval atomize_paths : string list -> specval execute : ?quiet:bool -> ?pretend:bool -> t -> unitval execute_many : ?quiet:bool -> ?pretend:bool -> t list -> (bool list * exn) optionval setup_virtual_command_solver : string -> (unit -> spec) -> unitval search_in_path : string -> stringval reduce : spec -> specval print : Stdlib.Format.formatter -> t -> unitval to_string : t -> stringval string_of_command_spec : spec -> string