package oxbow

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

Source file cmd_window_query.ml

1
2
3
4
5
6
7
8
open! Oxbow_ipc

let name = "query"
let doc = "Query the currently focused window"

let cmd =
  Ctl_cli.cmd ~name ~doc @@ Ctl_cli.query_term @@ Cmdliner.Term.const Query.Focused
;;