cmd_output_list.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 7 8 9 10 open! Oxbow_ipc let name = "list" let doc = "List all the active outputs" let cmd = Ctl_cli.cmd ~name ~doc @@ Ctl_cli.query_term ~render:Ctl_cli.render_lines @@ Cmdliner.Term.const Query.Outputs ;;
1 2 3 4 5 6 7 8 9 10
open! Oxbow_ipc let name = "list" let doc = "List all the active outputs" let cmd = Ctl_cli.cmd ~name ~doc @@ Ctl_cli.query_term ~render:Ctl_cli.render_lines @@ Cmdliner.Term.const Query.Outputs ;;