cmd_window_sticky.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 let name = "sticky" let doc = "Manage window sticky state" let cmd, bind_cmd = Ctl_cli.group_pair ~name ~doc @@ Cmd_window_sticky_scope.(List.combine cmds bind_cmds) ;;
1 2 3 4 5 6
let name = "sticky" let doc = "Manage window sticky state" let cmd, bind_cmd = Ctl_cli.group_pair ~name ~doc @@ Cmd_window_sticky_scope.(List.combine cmds bind_cmds) ;;