package parse-argv

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

Module Parse_argvSource

Module to parse a Unix-style argv into a list of strings

Sourceval parse : string -> (string list, string) result

parse t will split the t string into whitespace-separated substrings, taking into account quoting using the backslash character.

OCaml

Innovation. Community. Security.