File: gen_emacs_completion.ml

package info (click to toggle)
liquidsoap 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,912 kB
  • sloc: ml: 67,867; javascript: 24,842; ansic: 273; xml: 114; sh: 96; lisp: 96; makefile: 26
file content (6 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
open Liquidsoap_runtime

let () =
  Main.parse_options ();
  Main.with_toplevel ~run_streams:false (fun () ->
      Lang_string.kprint_string ~pager:false Doc.Value.print_emacs_completions)