package oxbow

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

Source file cmd_session_exit.ml

1
2
3
4
5
6
open! Oxbow_ipc

let command_term = Cmdliner.Term.const @@ Command.Session Exit
let name = "exit"
let doc = "Exit the Wayland session i.e., logout"
let cmd, bind_cmd = Ctl_cli.cmd_pair ~name ~doc command_term