Up

module MinifyArg

: sig
#
type t = {
# common
: CommonArg.t;
# stdin
: bool;
# output_file
: string option;
# files
: string list;
}
#
val options : t Cmdliner.Term.t
#
val info : Cmdliner.Term.info
end