A tool which a command line interface will typically allow you to run other tools without exiting. For example, issuing a command such as "sh " will result in a shell process to be spawned and run in the shell. This can run a simulator or just about any other tool. The benefit is that one does not have to leave a tool to run another.