package catala

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

Module Catala_utils.CliSource

Sourceval languages : (string * Global.backend_lang) list
Sourceval language_code : Global.backend_lang -> string

Returns the lowercase two-letter language code

Associates a file extension with its corresponding Global.backend_lang string representation.

CLI flags and options

Sourcemodule Flags : sig ... end

Command-line application

Sourceval version : string
Sourceval s_plugins : string

Manpage section name for the installed plugins

Sourceexception Exit_with of int

Exit with a specific exit code (but less brutally than Sys.exit which would bypass all finalisers)

Other helpers

Sourceval exec_dir : Global.file

Returns the directory of the currently running executable

OCaml

Innovation. Community. Security.