module Param:sig
..end
module type S =sig
..end
include Command.Param.S
module Args:Applicative.Args
with type 'a arg := 'a t
include Command.Param.Args
module Arg_type:module type of Arg_type
with type 'a t = 'a Arg_type.t
include Command.Param.Arg_type.Export
include Command.Flag
include Command.Anons