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