Module Private.Arg

type 'a t = {
  1. param : 'a Command.Param.t;
}
val translate : 'a Cmdlang_ast.Ast.Arg.t -> config:Config.t -> 'a t