5.7. Single function call

It is possible to call a single function from command line:

        any do id zlib-1.2.11 src_config
The name of a function is the third argument of any do.

Functions have limitation for being able to be called from command line: they should not have input arguments.

It is possible to call several functions:

        any do id zlib-1.2.11 src_config,src_compile

When the third argument is omitted, the key method map is called. It is located in any/corelib/map.sh file and contains the sequence of all outer functions, which perform the build.

Detailed sequence of actions during the build is described in any-map(7).