package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file cmd_wm.ml

1
2
3
let name = "wm"
let doc = "Window-manager control"
let cmd, bind_cmd = Ctl_cli.group_pair ~name ~doc [ Cmd_wm_close.(cmd, bind_cmd) ]