123456789101112131415161718192021222324(**************************************************************************)(* *)(* Copyright 2020 OCamlPro & Origin Labs *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)openEzcmd.V2letcmd_name="promote"letaction~args()=let(_p:Types.project)=Build.build~dev_deps:true~build:false~args()inMisc.call(Array.of_list["opam";"exec";"--";"dune";"promote"])letcmd=letargs,specs=Build.build_args()inEZCMD.subcmd_name(fun()->action~args())~args:specs~doc:"Promote detected changes after running drom test or drom fmt"