Pudu programming language
Menu
API reference

Std.Args.Args

1 declaration

type

Args

This declaration introduces a public type.

What it does

What a command line turned out to say.

Answers are held by kind rather than in one table of text, because the

question a caller asks differs by kind: a flag is asked whether it is

there, a value what it is, a repeated option for all of them. One table

would answer all three with text and leave every caller to tell "absent"

from "present and empty".

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.ArgsSearch related declarations