package mirage-solo5

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

Unikernel environment interface.

val argv : unit -> string array Lwt.t

The command line arguments given to the unikernel. The first element is the name of the unikernel binary. The following elements are the arguments passed to the unikernel.