Module opts

Function Index

dump/0
get/1
get/2
set/2
to_map/2

Function Details

dump/0

dump() -> egetopt:ret_plist()

get/1

get(OptName::egetopt:optname()) -> egetopt:optarg()

get/2

get(OptName::egetopt:optname(), Default::egetopt:optarg()) -> egetopt:optarg()

set/2

set(OptName::egetopt:optname(), OptArg::egetopt:optarg()) -> true

to_map/2

to_map(Args::egetopt:args(), Opts::egetopt:opts()) -> egetopt:retok(egetopt:ret_map()) | egetopt:ret_err()

See also: egetopt:parse/2.


Generated by EDoc