Name

CommandLine::Command — Get next user-given command

Synopsis

Import CommandLine;
map CommandLine::Command (void); 

Return Value

map

of the new command. If there is no more commands, it returns exit or quit depending on the result user asked for.

Description

Get next user-given command. If there is a command available, returns it, otherwise ask the user for a command (in interactive mode). Also processes system commands.

See