Packages

A cross platform library for getting the command line arguments

Current section

Files

Jump to
argv include argv_Argv.hrl
Raw

include/argv_Argv.hrl

-record(argv, {
runtime :: binary(),
program :: binary(),
arguments :: list(binary())
}).