Source file cmd_wm_close.ml

1
2
3
4
5
6
open! Oxbow_ipc

let command_term = Cmdliner.Term.const @@ Command.Wm Close
let name = "close"
let doc = "Close oxbow (leaves River running)"
let cmd, bind_cmd = Ctl_cli.cmd_pair ~name ~doc command_term