cmd_wm_close.ml
oxbow.core
oxbow.ctl
oxbow.ipc
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.state
oxbow.wire
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
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