Previous - Up - Next

4.7   Commands

A module that interacts with the user usually defines a number of commands, which can be invoked by the user from the command line. Commands can be bound to a specific namespace (i.e., a class or an interface) or to the global namespace.

For more information about writing new commands, refer to chapter 7.

Previous - Up - Next