B.4 Runtime Phase API

User Option: *context*

See Using Multiple Contexts.

Function: with-context CONTEXT &body BODY

See Using Multiple Contexts.

Function: progname &key (CONTEXT *context*)

See Contextual Information and Using Multiple Contexts.

Function: remainder &key (CONTEXT *context*)

See Contextual Information and Using Multiple Contexts.

Function: cmdline-options-p &key (CONTEXT *context*)

See Command-Line Polling and Using Multiple Contexts.

Function: cmdline-p &key (CONTEXT *context*)

See Command-Line Polling and Using Multiple Contexts.

Function: getopt &key (CONTEXT *context*) SHORT-NAME LONG-NAME OPTION

See Explicit Retrieval and Using Multiple Contexts.

Function: getopt-cmdline &key (CONTEXT *context*)

See Sequential Retrieval and Using Multiple Contexts.

Macro: multiple-value-getopt-cmdline (OPTION NAME VALUE SOURCE &key CONTEXT) &body BODY
Macro: do-cmdline-options (OPTION NAME VALUE SOURCE &key CONTEXT) &body BODY

See Sequential Retrieval and Using Multiple Contexts.

Reader: short-name OPTION
Reader: long-name OPTION

See Sequential Retrieval.

Function: help &key (CONTEXT *context*) (ITEM (synopsis context)) (OUTPUT-STREAM *standard-output*) (SEARCH-PATH (search-path context)) (THEME (theme context)) (LINE-WIDTH (line-width context)) (HIGHLIGHT (highlight context)))

See Help, Using Multiple Contexts and Programmatic Help Strings.