cmd_scratchpad.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 = "scratchpad" let doc = "Manage scratchpads" let cmd, bind_cmd = Ctl_cli.group_pair ~name ~doc [ Cmd_scratchpad_toggle.(cmd, bind_cmd) ] ;;
1 2 3 4 5 6
let name = "scratchpad" let doc = "Manage scratchpads" let cmd, bind_cmd = Ctl_cli.group_pair ~name ~doc [ Cmd_scratchpad_toggle.(cmd, bind_cmd) ] ;;