Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 729 Bytes

File metadata and controls

33 lines (19 loc) · 729 Bytes

src/main.ml

Home · Files

Starts the MiniDoc command-line application.

Package: (global)

Reachable from entry: yes

Imports

Declarations

main

function main(args)

Runs MiniDoc with the supplied command-line arguments.

Parameter Type Default Description
args dynamic Arguments passed by the host process.

Since: 0.1.0

View source