package oxbow

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

Source file cmd_output_column.ml

1
2
3
4
5
6
let name = "column"
let doc = "Operate on the columns of the focused output"

let cmd, bind_cmd =
  Ctl_cli.group_pair ~name ~doc [ Cmd_output_column_width.(cmd, bind_cmd) ]
;;